MCPcopy 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
32class 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

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected