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
- class
TxtLoadOptions
The encoding used when loading a Txt document; can be None (default).
@property
def encoding(self):
...
@encoding.setter
def encoding(self, value):
...
TxtLoadOptions