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

Method __init__

api/python/debuggercontroller.py:380–382  ·  view source on GitHub ↗
(self, error: str, data)

Source from the content-addressed store, hash-verified

378
379 """
380 def __init__(self, error: str, data):
381 self.error = error
382 self.data = data
383
384
385class TargetExitedEventData:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected