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

/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dreport.py9 from coverage.misc import CoverageException, NoSource, NotPython, isolate_module namespace
79 except NotPython:
82 # NotPython is only raised by PythonFileReporter, which has a
H A Dsummary.py11 from coverage.misc import NotPython, CoverageException, output_encoding namespace
98 # NotPython is only raised by PythonFileReporter, which has a
100 if typ is NotPython and not fr.should_be_python():
H A Dmisc.py237 class NotPython(CoverageException): class in inherits:CoverageException
H A Dparser.py16 from coverage.misc import CoverageException, NoSource, NotPython namespace
213 raise NotPython(
340 raise NotPython(

Completed in 343 milliseconds