Searched refs:NoCode (Results 1 – 2 of 2) sorted by relevance
13 from coverage.misc import ExceptionDuringRun, NoCode, NoSource, isolate_module221 raise NoCode("No file to run: '%s'" % filename)228 raise NoCode("Bad magic number in .pyc file")
232 class NoCode(NoSource): class