Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _poll
Method
_poll
Lib/multiprocessing/connection.py:439–441 ·
view source on GitHub ↗
(self, timeout)
Source
from the content-addressed store, hash-verified
437
return
self._recv(size)
438
439
def
_poll(self, timeout):
440
r = wait([self], timeout)
441
return
bool(r)
442
443
444
#
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