Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ _write_script_output
Method
_write_script_output
src/execution/process_base.py:69–70 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
67
return
self.process.returncode
68
69
def
_write_script_output(self, text):
70
self.output_stream.push(text)
71
72
def
stop(self):
73
if
not self.is_finished():
Callers
9
stop
Method · 0.95
kill
Method · 0.95
test_logging_values
Method · 0.80
test_exit_code
Method · 0.80
write_process_output
Method · 0.80
write_output
Method · 0.80
pipe_process_output
Method · 0.80
write_to_input
Method · 0.80
pipe_process_output
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
4
test_logging_values
Method · 0.64
test_exit_code
Method · 0.64
write_process_output
Method · 0.64
write_output
Method · 0.64