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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dexecfile.py6 from coverage.misc import NoSource, ExceptionDuringRun namespace
126 raise ExceptionDuringRun(typ, err, tb.tb_next.tb_next)
H A Dmisc.py133 class ExceptionDuringRun(CoverageException): class in inherits:CoverageException
H A Dcmdline.py7 from coverage.misc import CoverageException, ExceptionDuringRun, NoSource namespace
658 except ExceptionDuringRun:
660 # sys.exc_info() return tuple is packed into an ExceptionDuringRun

Completed in 365 milliseconds