encoding property

encoding property

The encoding to be used when loading the web document. If set to None, the encoding will be determined from the document’s character set attribute.

Definition:

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

See Also