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

Method __init__

api/python/debuggercontroller.py:403–404  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

401
402 """
403 def __init__(self, message: str):
404 self.message = message
405
406
407class DebuggerEventData:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected