Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ setup_module
Function
setup_module
IPython/extensions/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.magic(
'load_ext storemagic'
)
9
10
def
test_store_restore():
11
assert
'bar'
not in ip.user_ns,
"Error: some other test leaked `bar` in user_ns"
Callers
nothing calls this directly
Calls
1
magic
Method · 0.45
Tested by
no test coverage detected