allow_comments propriété

allow_comments propriété

Indique si des commentaires peuvent être joints.

Exemple


if s.allow_comments:
    pass

Définition:

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

Voir également