status property

status property

Returns or sets the status of the comment. Read/write ModernCommentStatus.

Definition:

@property
def status(self):
    ...

@status.setter
def status(self, value):
    ...

See Also