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

Method tearDown

Lib/test/_test_atexit.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 atexit._clear()
13
14 def tearDown(self):
15 atexit._clear()
16
17 def assert_raises_unraisable(self, exc_type, func, *args):
18 with support.catch_unraisable_exception() as cm:

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected