Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_concurrent_futures/util.py:33–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
32
class
BaseTestCase(unittest.TestCase):
33
def
setUp(self):
34
self._thread_key = threading_helper.threading_setup()
35
36
def
tearDown(self):
37
support.reap_children()
Callers
1
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected