encoding property

encoding property

The encoding used when opening text-based files such as FileType.CSV or FileType.TXT. Default value is Default.

Definition:

@property
def encoding(self):
    ...

See Also