file_type property

file_type property

Gets or sets the file type associated with the load options.

Definition:

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

See Also