Searched refs:ExceptionDuringRun (Results 1 – 3 of 3) sorted by relevance
13 from coverage.misc import ExceptionDuringRun, NoCode, NoSource, isolate_module196 raise ExceptionDuringRun(typ, err, tb.tb_next)
242 class ExceptionDuringRun(CoverageException): class
15 from coverage.misc import CoverageException, ExceptionDuringRun, NoSource742 except ExceptionDuringRun as err: