MCPcopy 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
7def setup_module():
8 ip.magic('load_ext storemagic')
9
10def 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

magicMethod · 0.45

Tested by

no test coverage detected