MCPcopy 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

_runMethod · 0.80
_stop_processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected