MCPcopy
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
207class _PBSubsetUpdater:

Callers 15

_get_gpu_infoFunction · 0.45
mainFunction · 0.45
check_usageFunction · 0.45
test_browse_rawFunction · 0.45
test_whatFunction · 0.45
test_show_fiffFunction · 0.45
test_clean_eog_ecgFunction · 0.45
test_compute_proj_exgFunction · 0.45
test_make_scalp_surfacesFunction · 0.45
test_reportFunction · 0.45
test_watershed_bemFunction · 0.45

Calls 2

updateMethod · 0.45
sumMethod · 0.45

Tested by 15

check_usageFunction · 0.36
test_browse_rawFunction · 0.36
test_whatFunction · 0.36
test_show_fiffFunction · 0.36
test_clean_eog_ecgFunction · 0.36
test_compute_proj_exgFunction · 0.36
test_make_scalp_surfacesFunction · 0.36
test_reportFunction · 0.36
test_watershed_bemFunction · 0.36
test_flash_bemFunction · 0.36
test_setup_source_spaceFunction · 0.36
test_setup_forward_modelFunction · 0.36