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

Method setUpClass

Lib/test/_test_multiprocessing.py:7282–7285  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

7280
7281 @classmethod
7282 def setUpClass(cls):
7283 with warnings_helper.ignore_fork_in_thread_deprecation_warnings():
7284 super().setUpClass()
7285 cls.manager = multiprocessing.Manager()
7286
7287 @classmethod
7288 def tearDownClass(cls):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
ManagerMethod · 0.80
setUpClassMethod · 0.45

Tested by

no test coverage detected