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

Method finish_process

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

Source from the content-addressed store, hash-verified

669
670 # noinspection PyUnresolvedReferences
671 def finish_process(self):
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)

Calls 1

killMethod · 0.45

Tested by

no test coverage detected