Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ stop
Method
stop
src/tests/test_utils.py:570–571 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
568
self._write_script_output(output)
569
570
def
stop(self):
571
self.__finish(9)
572
573
def
kill(self):
574
self.__finish(15)
Callers
6
test_image_path_split_in_chunks_and_no_newlines
Method · 0.45
test_is_running_after_stop
Method · 0.45
test_active_executions_when_2_started_and_1_cleanup
Method · 0.45
test_active_executor_after_cleanup
Method · 0.45
test_finish_listener
Method · 0.45
test_finish_listener_by_id
Method · 0.45
Calls
1
__finish
Method · 0.95
Tested by
no test coverage detected