encoding property

encoding property

Specifies the encoding to be used when convert to a delimited formats

Definition:

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

See Also