redditwarp.siteprocs.comment_tree.low_ASYNC#

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

Bases: object

async 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]#
async 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]#
async 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]#
async more_children(submission_id36: str, child_id36s: Iterable[str], *, sort: str = '', depth: int | None = None, exact: bool = False) MoreCommentsTreeNode[source]#