redditwarp.pagination.paginators.listing.listing_paginator#

class redditwarp.pagination.paginators.listing.listing_paginator.ListingPaginator(client: Client, url: str, *, limit: Optional[int] = 100, params: Optional[Mapping[str, str]] = None, cursor_extractor: Callable[[Any], str] = <function ListingPaginator.<lambda>>)[source]#

Bases: Resettable, HasMorePaginator[T], Bidirectional, CursorPaginator[T]

client: Client#
url: str#
params: Mapping[str, str]#
cursor_extractor: Callable[[Any], str]#
direction: bool#
show_all: bool#
reset() None[source]#
get_cursor() str[source]#
set_cursor(value: str) None[source]#
has_more() bool[source]#
set_has_more(value: bool) None[source]#