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

Method setUpClass

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

Source from the content-addressed store, hash-verified

2905
2906 @classmethod
2907 def setUpClass(cls):
2908 with warnings_helper.ignore_fork_in_thread_deprecation_warnings():
2909 super().setUpClass()
2910 cls.pool = cls.Pool(4)
2911
2912 @classmethod
2913 def tearDownClass(cls):

Callers 1

setUpClassMethod · 0.45

Calls 2

superClass · 0.85
PoolMethod · 0.45

Tested by

no test coverage detected