Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/_test_multiprocessing.py:2257–2259 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2255
self.barrier = self.Barrier(self.N, timeout=self.defaultTimeout)
2256
2257
def
tearDown(self):
2258
self.barrier.abort()
2259
self.barrier = None
2260
2261
def
DummyList(self):
2262
if
self.TYPE ==
'threads'
:
Callers
nothing calls this directly
Calls
1
abort
Method · 0.45
Tested by
no test coverage detected