Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
tearDownClass
Method · 0.45
Calls
3
super
Class · 0.85
terminate
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected