Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ run
Method
run
mne/utils/progressbar.py:201–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
199
self._mne_pb = pb
200
201
def
run(self):
202
while
self._mne_run:
203
self._mne_pb.update(self._mne_pb._mmap.sum())
204
time.sleep(1.0 / 30.0)
# 30 Hz refresh is plenty
205
206
207
class
_PBSubsetUpdater:
Callers
15
generate_codemeta.py
File · 0.45
_get_gpu_info
Function · 0.45
main
Function · 0.45
check_usage
Function · 0.45
test_browse_raw
Function · 0.45
test_what
Function · 0.45
test_show_fiff
Function · 0.45
test_clean_eog_ecg
Function · 0.45
test_compute_proj_exg
Function · 0.45
test_make_scalp_surfaces
Function · 0.45
test_report
Function · 0.45
test_watershed_bem
Function · 0.45
Calls
2
update
Method · 0.45
sum
Method · 0.45
Tested by
15
check_usage
Function · 0.36
test_browse_raw
Function · 0.36
test_what
Function · 0.36
test_show_fiff
Function · 0.36
test_clean_eog_ecg
Function · 0.36
test_compute_proj_exg
Function · 0.36
test_make_scalp_surfaces
Function · 0.36
test_report
Function · 0.36
test_watershed_bem
Function · 0.36
test_flash_bem
Function · 0.36
test_setup_source_space
Function · 0.36
test_setup_forward_model
Function · 0.36