MCPcopy Index your code
hub / github.com/bugy/script-server / write_process_output

Method write_process_output

src/tests/executor_test.py:666–668  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

664 self.executor.cleanup()
665
666 def write_process_output(self, text):
667 wrapper = self.executor.process_wrapper
668 wrapper._write_script_output(text)
669
670 # noinspection PyUnresolvedReferences
671 def finish_process(self):

Calls 1

_write_script_outputMethod · 0.80

Tested by

no test coverage detected