encoding property

encoding property

The encoding used when loading a Txt document. Can be None. Default is None.

Definition:

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

See Also