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

Function test_import_interactiveshell

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

Source from the content-addressed store, hash-verified

22 from IPython.core import getipython
23
24def test_import_interactiveshell():
25 from IPython.core import interactiveshell
26
27def test_import_logger():
28 from IPython.core import logger

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected