is_visible Eigentum

is_visible Eigentum

Gibt an, ob der Kommentar sichtbar ist oder nicht.

Beispiel


if comment1.is_visible:
    pass

Definition:

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

Siehe auch