()
| 7 | from IPython.utils import generics |
| 8 | |
| 9 | def test_import_ipstruct(): |
| 10 | from IPython.utils import ipstruct |
| 11 | |
| 12 | def test_import_PyColorize(): |
| 13 | from IPython.utils import PyColorize |
nothing calls this directly
no outgoing calls
no test coverage detected