comment property

comment property

Gets and sets the comment of the table.

Definition:

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

See Also