encoding property
encoding property
The encoding to be used when loading the web document.
If the property is 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
- class
WebLoadOptions