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

Method setUp

Lib/test/_test_multiprocessing.py:3638–3640  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3636class TestManagerExceptions(unittest.TestCase):
3637 # Issue 106558: Manager exceptions avoids creating cyclic references.
3638 def setUp(self):
3639 with warnings_helper.ignore_fork_in_thread_deprecation_warnings():
3640 self.mgr = multiprocessing.Manager()
3641
3642 def tearDown(self):
3643 self.mgr.shutdown()

Callers

nothing calls this directly

Calls 1

ManagerMethod · 0.80

Tested by

no test coverage detected