mvpy.utilities package#

Submodules#

mvpy.utilities.progressbar module#

class mvpy.utilities.progressbar.Progressbar(enabled: bool = True, **kwargs)#

Bases: object

Simple class for progress bars that can be enabled or disabled.

Parameters:
  • enabled (bool, default=True) – Whether to enable the progress bar.

  • **kwargs (Any) – Additional arguments for tqdm.

mvpy.utilities.progressbar.tqdm_joblib(tqdm_object)#

Context manager to patch joblib to report into tqdm progress bar given as argument

Module contents#