MCPcopy Create free account
hub / github.com/bugy/script-server / stop

Method stop

src/tests/test_utils.py:570–571  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

568 self._write_script_output(output)
569
570 def stop(self):
571 self.__finish(9)
572
573 def kill(self):
574 self.__finish(15)

Calls 1

__finishMethod · 0.95

Tested by

no test coverage detected