Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ setup_module
Function
setup_module
tests/test_storemagic.py:7–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
setup_module():
8
ip.run_line_magic(
"load_ext"
,
"storemagic"
)
9
10
11
def
test_store_restore():
Callers
nothing calls this directly
Calls
1
run_line_magic
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…