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

Method get_process_id

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

Source from the content-addressed store, hash-verified

555 self.finish_condition = threading.Condition()
556
557 def get_process_id(self):
558 return self.process_id
559
560 # method for tests
561 def finish(self, exit_code):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected