MCPcopy 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

stopMethod · 0.95
killMethod · 0.95
test_logging_valuesMethod · 0.80
test_exit_codeMethod · 0.80
write_process_outputMethod · 0.80
write_outputMethod · 0.80
pipe_process_outputMethod · 0.80
write_to_inputMethod · 0.80
pipe_process_outputMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by 4

test_logging_valuesMethod · 0.64
test_exit_codeMethod · 0.64
write_process_outputMethod · 0.64
write_outputMethod · 0.64