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

Method get_finish_output

src/tests/executor_test.py:674–677  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

672 self.executor.process_wrapper.kill()
673
674 def get_finish_output(self):
675 data = read_until_closed(self.executor.get_anonymized_output_stream(), timeout=BUFFER_FLUSH_WAIT_TIME)
676 output = ''.join(data)
677 return output
678
679 def create_and_start_executor(self, config, parameter_values=None):
680 if parameter_values is None:

Calls 2

read_until_closedFunction · 0.90

Tested by

no test coverage detected