Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AstrBotDevs/AstrBot
/ kill
Method
kill
tests/test_local_shell_component.py:116–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
114
raise
subprocess.TimeoutExpired(cmd=
"dummy"
, timeout=timeout)
115
116
def
kill(self):
117
self.killed = True
118
119
def
wait(self, timeout=None):
120
self.wait_timeout = timeout
Callers
3
terminate_child_processes
Method · 0.80
_run
Method · 0.80
_stop_process
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected