encoding property

encoding property

The encoding information used in this @charset rule.

Definition:

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

See Also