file_type property

file_type property

Sets the type of the file to open.

Remarks

For code example, see the documentation.

Definition:

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

See Also