Arguments
- Name: comment, Type: str
- comment of a element
Source
def add_comment(self, comment):
self._comment.append(comment)
[internal] add comment.
def add_comment(self, comment):
self._comment.append(comment)