redditwarp.iterators.call_chunk#

class redditwarp.iterators.call_chunk.CallChunk(operation: Callable[[TInput], TOutput], operand: TInput)[source]#

Bases: Generic[TInput, TOutput]

Perform .operation on .operand when called.

operation: Callable[[TInput], TOutput]#
operand: TInput#