Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
class
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
_clear
Method · 0.45
Tested by
no test coverage detected