is_visible proprietà

is_visible proprietà

Indica se il commento è visibile o meno.

Esempio


if comment1.is_visible:
    pass

Definizione:

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

Guarda anche