encoding property

encoding property

The encoding used when loading a Txt document; can be None (default).

Definition:

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

See Also