MCPcopy Index your code
hub / github.com/python/cpython / cleanup1

Method cleanup1

Lib/test/test_unittest/test_runner.py:404–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 pass
403
404 def cleanup1():
405 raise CustomError('cleanup1')
406
407 def cleanup2():
408 raise CustomError('cleanup2')

Callers

nothing calls this directly

Calls 1

CustomErrorClass · 0.70

Tested by

no test coverage detected