Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ parallel_progress
Function
parallel_progress
mne/parallel.py:148–149 ·
view source on GitHub ↗
(op_iter)
Source
from the content-addressed store, hash-verified
146
if
total is not None:
147
148
def
parallel_progress(op_iter):
149
return
parallel(ProgressBar(iterable=op_iter, max_value=total))
150
151
parallel_out = parallel_progress
152
else
:
Callers
nothing calls this directly
Calls
1
ProgressBar
Class · 0.85
Tested by
no test coverage detected