comments property

comments property

The purpose to signature.

Definition:

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

See Also