Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/_test_multiprocessing.py:2050–2051 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2048
defaultTimeout = 30.0
# XXX Slow Windows buildbots need generous timeout
2049
2050
def
setUp(self):
2051
self.barrier = self.Barrier(self.N, timeout=self.defaultTimeout)
2052
2053
def
tearDown(self):
2054
self.barrier.abort()
Callers
nothing calls this directly
Calls
1
Barrier
Method · 0.80
Tested by
no test coverage detected