MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / poll

Method poll

tools/python-3.11.9-amd64/Lib/subprocess.py:1233–1236  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

1231
1232
1233 def poll(self):
1234 """Check if child process has terminated. Set and return returncode
1235 attribute."""
1236 return self._internal_poll()
1237
1238
1239 def _remaining_time(self, endtime):

Callers 9

openMethod · 0.95
_invokeMethod · 0.95
openMethod · 0.95
send_signalMethod · 0.95
selectMethod · 0.45
selectMethod · 0.45
_can_useFunction · 0.45
runFunction · 0.45
poll2Function · 0.45

Calls 1

_internal_pollMethod · 0.95

Tested by

no test coverage detected