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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dreport.py5 from coverage.misc import CoverageException, NoSource, NotPython namespace
87 except (NoSource, NotPython):
H A Dmisc.py129 class NotPython(CoverageException): class in inherits:CoverageException
H A Dparser.py9 from coverage.misc import CoverageException, NoSource, NotPython namespace
334 raise NotPython(

Completed in 120 milliseconds