charset property

charset property

Represent the character set.

Definition:

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

See Also