is_html_string property

is_html_string property

Indicates whether the value contains html tags.

Definition:

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

See Also