file_type property

file_type property

The type of the file to open.

For code example, see the documentation.

Definition:

@property
def file_type(self):
    ...
@file_type.setter
def file_type(self, value):
    ...

See Also