MCPcopy 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

getMethod · 0.45
emptyMethod · 0.45
emptyMethod · 0.45
pollMethod · 0.45

Calls 1

waitFunction · 0.70

Tested by

no test coverage detected