module documentation

Undocumented

Class progress_message Undocumented
Exception SkipProgressMessage Undocumented
Function display_chunk Undocumented
Function status_iterator Undocumented
Type Variable T Undocumented
Variable logger Undocumented
def display_chunk(chunk): (source)

Undocumented

Parameters
chunk:AnyUndocumented
Returns
strUndocumented
def status_iterator(iterable, summary, color='darkgreen', length=0, verbosity=0, stringify_func=display_chunk): (source)

Undocumented

Parameters
iterable:Iterable[T]Undocumented
summary:strUndocumented
color:strUndocumented
length:intUndocumented
verbosity:intUndocumented
stringify_func:Callable[[Any], str]Undocumented
Returns
Iterator[T]Undocumented

Undocumented

Value
TypeVar('T')

Undocumented