file_type property

file_type property

Manually set the file type for comparison to override automatic file type detection.

Definition:

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

See Also