file_format property

file_format property

The exact type of the file that is to be loaded.

Default is FileFormat.unknown, which triggers automatic format detection.

Definition:

@property
def file_format(self):
    ...

See Also