MCPcopy 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

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

Calls 1

waitFunction · 0.70

Tested by

no test coverage detected