redditwarp.siteprocs.comment_tree.low_SYNC#

class redditwarp.siteprocs.comment_tree.low_SYNC.Low(outer: CommentTreeProcedures, client: Client)[source]#

Bases: object

get(submission_id36: str, comment_id36: str | None = None, *, sort: str = 'confidence', limit: int | None = None, depth: int | None = None, context: int | None = None) SubmissionTreeNode | None[source]#
fetch(submission_id36: str, comment_id36: str | None = None, *, sort: str = 'confidence', limit: int | None = None, depth: int | None = None, context: int | None = None) SubmissionTreeNode[source]#
fetch_lenient(submission_id36: str, comment_id36: str | None = None, *, sort: str = 'confidence', limit: int | None = None, depth: int | None = None, context: int | None = None) SubmissionTreeNode[source]#
more_children(submission_id36: str, child_id36s: Iterable[str], *, sort: str = '', depth: int | None = None, exact: bool = False) MoreCommentsTreeNode[source]#