encode_entity_as_code property

encode_entity_as_code property

Indicates whether the html character entities are replaced with decimal code. (e.g. “ ” is replaced with “ ”). The default value is false.

Definition:

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

See Also