MCPcopy Create free account
hub / github.com/Vector35/debugger / __init__

Method __init__

api/python/debuggercontroller.py:392–393  ·  view source on GitHub ↗
(self, exit_code: int)

Source from the content-addressed store, hash-verified

390
391 """
392 def __init__(self, exit_code: int):
393 self.exit_code = exit_code
394
395
396class StdOutMessageEventData:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected