()
| 4 | from IPython.core import completer |
| 5 | |
| 6 | def test_import_crashhandler(): |
| 7 | from IPython.core import crashhandler |
| 8 | |
| 9 | def test_import_debugger(): |
| 10 | from IPython.core import debugger |
nothing calls this directly
no outgoing calls
no test coverage detected