Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ send_signal
Method
send_signal
Lib/asyncio/base_subprocess.py:155–157 ·
view source on GitHub ↗
(self, signal)
Source
from the content-addressed store, hash-verified
153
154
if
sys.platform ==
'win32'
:
155
def
send_signal(self, signal):
156
self._check_proc()
157
self._proc.send_signal(signal)
158
159
def
terminate(self):
160
self._check_proc()
Callers
2
terminate
Method · 0.95
kill
Method · 0.95
Calls
2
_check_proc
Method · 0.95
kill
Method · 0.45
Tested by
no test coverage detected