comment property
comment property
The comment text content.
Definition:
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
See Also
- class
Reply
The comment text content.
@property
def comment(self):
...
@comment.setter
def comment(self, value):
...
Reply