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

Function test_import_magic

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

Source from the content-addressed store, hash-verified

31 from IPython.core import macro
32
33def test_import_magic():
34 from IPython.core import magic
35
36def test_import_oinspect():
37 from IPython.core import oinspect

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected