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

Method __init__

api/python/debuggercontroller.py:441–443  ·  view source on GitHub ↗
(self, type: DebuggerEventType, data: DebuggerEventData)

Source from the content-addressed store, hash-verified

439
440 """
441 def __init__(self, type: DebuggerEventType, data: DebuggerEventData):
442 self.type = type
443 self.data = data
444
445
446DebuggerEventCallback = Callable[['DebuggerEvent'], None]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected