Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _poll
Method
_poll
Lib/multiprocessing/connection.py:457–459 ·
view source on GitHub ↗
(self, timeout)
Source
from the content-addressed store, hash-verified
455
return
self._recv(size)
456
457
def
_poll(self, timeout):
458
r = wait([self], timeout)
459
return
bool(r)
460
461
462
#
Callers
4
get
Method · 0.45
empty
Method · 0.45
empty
Method · 0.45
poll
Method · 0.45
Calls
1
wait
Function · 0.70
Tested by
no test coverage detected