MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _internal_poll

Method _internal_poll

Lib/subprocess.py:984–998  ·  view source on GitHub ↗

Check if child process has terminated. Returns returncode attribute. This method is called by __del__, so it can only refer to objects in its local scope.

(self, _deadstate=None,
                _WaitForSingleObject=_subprocess.WaitForSingleObject,
                _WAIT_OBJECT_0=_subprocess.WAIT_OBJECT_0,
                _GetExitCodeProcess=_subprocess.GetExitCodeProcess)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__del__Method · 0.95
pollMethod · 0.95
_cleanupFunction · 0.80

Calls 1

_handle_exitstatusMethod · 0.95

Tested by

no test coverage detected