()
| 13 | from IPython.utils import PyColorize |
| 14 | |
| 15 | def test_import_strdispatch(): |
| 16 | from IPython.utils import strdispatch |
| 17 | |
| 18 | def test_import_wildcard(): |
| 19 | from IPython.utils import wildcard |
nothing calls this directly
no outgoing calls
no test coverage detected