Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ iter_func
Function
iter_func
mne/utils/tests/test_progressbar.py:27–29 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
25
26
# Make sure that non-iterable input raises an error
27
def
iter_func(a):
28
for
ii in a:
29
pass
30
31
with
pytest.raises(TypeError, match=
"not iterable"
):
32
iter_func(pbar)
Callers
1
test_progressbar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected