Searched refs:NotPython (Results 1 – 4 of 4) sorted by relevance
9 from coverage.misc import CoverageException, NoSource, NotPython, isolate_module79 except NotPython:
11 from coverage.misc import NotPython, CoverageException, output_encoding100 if typ is NotPython and not fr.should_be_python():
16 from coverage.misc import CoverageException, NoSource, NotPython213 raise NotPython(340 raise NotPython(
237 class NotPython(CoverageException): class