Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wait
Method
wait
Lib/multiprocessing/managers.py:1111–1112 ·
view source on GitHub ↗
(self, timeout=None)
Source
from the content-addressed store, hash-verified
1109
def
clear(self):
1110
return
self._callmethod(
'clear'
)
1111
def
wait(self, timeout=None):
1112
return
self._callmethod(
'wait'
, (timeout,))
1113
1114
1115
class
BarrierProxy(BaseProxy):
Callers
1
serve_forever
Method · 0.45
Calls
1
_callmethod
Method · 0.80
Tested by
no test coverage detected