Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_signal
Method · 0.95
terminate
Method · 0.95
kill
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected