is_html_string proprietà

is_html_string proprietà

Indica se il valore contiene tag html.

Definizione:

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

Guarda anche