pytest.mark.skipif(IS_JYTHON, reason="Putting unicode on frame vars does not work on Jython.")
| 1 | # coding: utf-8 |
| 2 | from collections import namedtuple |
| 3 | import json |
| 4 | from os.path import normcase |
nothing calls this directly
no outgoing calls
no test coverage detected