comments property

comments property

The purpose of signature. Read/write str.

Definition:

@property
def comments(self):
    ...

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

See Also