is_visible عقار

is_visible عقار

يمثل ما إذا كان التعليق مرئيا أم لا.

مثال


if comment1.is_visible:
    pass

تعريف:

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

أنظر أيضا