encoding property

encoding property

Gets and sets the default encoding.

Definition:

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

See Also