mne_denoise.progress.TqdmProgress#

class mne_denoise.progress.TqdmProgress(*, leave: bool = False, **tqdm_kwargs: Any)[source]#

Presentation adapter that renders ProgressEvent objects with tqdm.

Parameters:
leavebool, default=False

Keep completed bars visible.

**tqdm_kwargsdict

Additional keyword arguments passed to tqdm. total and initial are controlled by the adapter.

close() None[source]#

Close the active progress bar and clear its state.