Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/_test_multiprocessing.py:2053–2055 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2051
self.barrier = self.Barrier(self.N, timeout=self.defaultTimeout)
2052
2053
def
tearDown(self):
2054
self.barrier.abort()
2055
self.barrier = None
2056
2057
def
DummyList(self):
2058
if
self.TYPE ==
'threads'
:
Callers
nothing calls this directly
Calls
1
abort
Method · 0.45
Tested by
no test coverage detected