allow_comments Eigentum

allow_comments Eigentum

Gibt an, ob Kommentare angehängt werden können.

Beispiel


if s.allow_comments:
    pass

Definition:

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

Siehe auch