allow_comments fastighet

allow_comments fastighet

Anger om kommentarer kan bifogas.

Exempel


if s.allow_comments:
    pass

Definition:

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

Se även