allow_comments property

allow_comments property

Indicates whether comments could be attached.

Example


if s.allow_comments:
    pass

Definition:

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

See Also