format property

format property

The input document file type.

Returns None until a format has been set; test for None rather than comparing to FileType.unknown.

Definition:

@property
def format(self):
    ...

See Also