encoding_name property

encoding_name property

Returns or sets html encoding name. This value will be saved to the generated HTML file, but its up to caller to ensure that file will be saved in this encoding. Read/write str.

Definition:

@property
def encoding_name(self):
    ...

@encoding_name.setter
def encoding_name(self, value):
    ...

See Also