comments property

comments property

Gets or sets the comments concerning what was changed.

Definition:

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

See Also