()
| 10 | from IPython.utils import ipstruct |
| 11 | |
| 12 | def test_import_PyColorize(): |
| 13 | from IPython.utils import PyColorize |
| 14 | |
| 15 | def test_import_strdispatch(): |
| 16 | from IPython.utils import strdispatch |
nothing calls this directly
no outgoing calls
no test coverage detected