Home
last modified time | relevance | path

Searched refs:NotPython (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dreport.py9 from coverage.misc import CoverageException, NoSource, NotPython, isolate_module
79 except NotPython:
Dsummary.py11 from coverage.misc import NotPython, CoverageException, output_encoding
100 if typ is NotPython and not fr.should_be_python():
Dparser.py16 from coverage.misc import CoverageException, NoSource, NotPython
213 raise NotPython(
340 raise NotPython(
Dmisc.py237 class NotPython(CoverageException): class