()
| 34 | from IPython.core import magic |
| 35 | |
| 36 | def test_import_oinspect(): |
| 37 | from IPython.core import oinspect |
| 38 | |
| 39 | def test_import_prefilter(): |
| 40 | from IPython.core import prefilter |
nothing calls this directly
no outgoing calls
no test coverage detected