replies property

replies property

The list of replies (comments) attached to the annotation.

Each reply is a Reply object representing a comment in the discussion thread.

Definition:

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

See Also