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):
...
Specifies the encoding to be used when convert to a delimited formats
@property
def encoding(self):
...
@encoding.setter
def encoding(self, value):
...