is_visible mülk

is_visible mülk

Yorumun görünür olup olmadığını temsil eder.

Örnek


if comment1.is_visible:
    pass

Tanım:

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

Ayrıca bakınız