()
| 4 | from IPython.utils import coloransi |
| 5 | |
| 6 | def test_import_generics(): |
| 7 | from IPython.utils import generics |
| 8 | |
| 9 | def test_import_ipstruct(): |
| 10 | from IPython.utils import ipstruct |
nothing calls this directly
no outgoing calls
no test coverage detected