redditwarp.iterators.call_chunk_chaining_iterator#

class redditwarp.iterators.call_chunk_chaining_iterator.CallChunkChainingIterator(chunks: Iterable[Callable[[], Sequence[T]]])[source]#

Bases: Generic[T]

Evaluate call chunks and chain them together.

property current_callable: Callable[[], Sequence[T]] | None#
property current_iterator: Iterator[T]#
get_chunking_iterator() Iterator[Callable[[], Sequence[T]]][source]#