comment property
comment property
Gets or sets the user’s comments.
Definition:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
Gets or sets the user’s comments.
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...