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

Method tearDownClass

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

Source from the content-addressed store, hash-verified

2911
2912 @classmethod
2913 def tearDownClass(cls):
2914 cls.pool.terminate()
2915 cls.pool.join()
2916 cls.pool = None
2917 super().tearDownClass()
2918
2919 def test_apply(self):
2920 papply = self.pool.apply

Callers 1

tearDownClassMethod · 0.45

Calls 3

superClass · 0.85
terminateMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected