comments property
comments property
Gets or sets the comments. The comments element contains a string with comments from this contributor. There may be only one comments element.
Definition:
@property
def comments(self):
...
@comments.setter
def comments(self, value):
...