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

Method _check_proc

Lib/asyncio/base_subprocess.py:150–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 return None
149
150 def _check_proc(self):
151 if self._proc is None:
152 raise ProcessLookupError()
153
154 if sys.platform == 'win32':
155 def send_signal(self, signal):

Callers 3

send_signalMethod · 0.95
terminateMethod · 0.95
killMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected