ksuit.utils.logging.progress

Classes

NoopTqdm

A no-operation (noop) version of tqdm that does not display a progress bar.

Module Contents

class ksuit.utils.logging.progress.NoopTqdm(iterable)

A no-operation (noop) version of tqdm that does not display a progress bar.

Parameters:

iterable (collections.abc.Iterable[Any])

iterable
noop(*_, **__)
Parameters:
  • _ (Any)

  • __ (Any)

Return type:

None