encoding property

encoding property

The encoding to be used when converting to delimited formats.

Definition:

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

See Also