MCPcopy Create free account
hub / github.com/ipython/ipython / test_import_getipython

Function test_import_getipython

IPython/core/tests/test_imports.py:21–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 from IPython.core import hooks
20
21def test_import_getipython():
22 from IPython.core import getipython
23
24def test_import_interactiveshell():
25 from IPython.core import interactiveshell

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected