source_file_name property

source_file_name property

The file name of the source document being converted. When the source was provided as a stream that is not a io.RawIOBase, this contains a generated identifier rather than a real file name.

Definition:

@property
def source_file_name(self):
    ...

See Also