Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ printer
Function
printer
mne/io/tests/test_apply_function.py:28–31 ·
view source on GitHub ↗
Print.
(x)
Source
from the content-addressed store, hash-verified
26
27
28
def
printer(x):
29
""
"Print."
""
30
logger.info(
"exec"
)
31
return
x
32
33
34
@pytest.mark.slowtest
Callers
nothing calls this directly
Calls
1
info
Method · 0.80
Tested by
no test coverage detected