()
| 7 | from IPython.core import crashhandler |
| 8 | |
| 9 | def test_import_debugger(): |
| 10 | from IPython.core import debugger |
| 11 | |
| 12 | def test_import_excolors(): |
| 13 | from IPython.core import excolors |
nothing calls this directly
no outgoing calls
no test coverage detected