notes property

notes property

Gets and sets the text of the comment.

Definition:

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

See Also