MoreComments

class praw.models.MoreComments(reddit, _data)

A class indicating there are more comments.

Parameters:
__init__(reddit, _data)

Initialize a MoreComments instance.

Parameters:
Return type:

None

comments(*, update=True)

Fetch and return the comments for a single MoreComments object.

Return type:

list[CommentForest]

Parameters:

update (bool)

classmethod parse(data, reddit)

Return an instance of cls from data.

Parameters:
Return type:

PRAWBase