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

Method setUp

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

Source from the content-addressed store, hash-verified

9
10class GeneralTest(unittest.TestCase):
11 def setUp(self):
12 atexit._clear()
13
14 def tearDown(self):
15 atexit._clear()

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected