MCPcopy Index your code
hub / github.com/python/cpython / poll

Method poll

Lib/subprocess.py:1301–1304  ·  view source on GitHub ↗

Check if child process has terminated. Set and return returncode attribute.

(self)

Source from the content-addressed store, hash-verified

1299
1300
1301 def poll(self):
1302 """Check if child process has terminated. Set and return returncode
1303 attribute."""
1304 return self._internal_poll()
1305
1306
1307 def _remaining_time(self, endtime):

Callers 11

openMethod · 0.95
_invokeMethod · 0.95
openMethod · 0.95
send_signalMethod · 0.95
create_target_processFunction · 0.95
selectMethod · 0.45
selectMethod · 0.45
_can_useFunction · 0.45
runFunction · 0.45
_wait_pidfdMethod · 0.45
cleanup_processFunction · 0.45

Calls 1

_internal_pollMethod · 0.95

Tested by

no test coverage detected