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

Method write_output

src/tests/test_utils.py:567–568  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

565
566 # method for tests
567 def write_output(self, output):
568 self._write_script_output(output)
569
570 def stop(self):
571 self.__finish(9)

Callers

nothing calls this directly

Calls 1

_write_script_outputMethod · 0.80

Tested by

no test coverage detected