comment property

comment property

Gets the tag that denotes a comment left by a person who contributed in file creation.

Definition:

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

See Also