()
| 16 | from IPython.core import history |
| 17 | |
| 18 | def test_import_hooks(): |
| 19 | from IPython.core import hooks |
| 20 | |
| 21 | def test_import_getipython(): |
| 22 | from IPython.core import getipython |
nothing calls this directly
no outgoing calls
no test coverage detected