Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ terminate
Method
terminate
Lib/asyncio/subprocess.py:142–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
140
self._transport.send_signal(signal)
141
142
def
terminate(self):
143
self._transport.terminate()
144
145
def
kill(self):
146
self._transport.kill()
Callers
6
test_parent_process
Method · 0.95
_kill_process
Method · 0.95
test_close
Method · 0.95
test_repr_lock
Method · 0.95
test_wait_integer
Method · 0.95
test_regression_gh94675
Method · 0.95
Calls
no outgoing calls
Tested by
6
test_parent_process
Method · 0.76
_kill_process
Method · 0.76
test_close
Method · 0.76
test_repr_lock
Method · 0.76
test_wait_integer
Method · 0.76
test_regression_gh94675
Method · 0.76