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

Class StdOutMessageEventData

api/python/debuggercontroller.py:396–404  ·  view source on GitHub ↗

StdOutMessageEventData is the data associated with a StdOutMessageEvent * ``message``: the message that the target writes to the stdout

Source from the content-addressed store, hash-verified

394
395
396class StdOutMessageEventData:
397 """
398 StdOutMessageEventData is the data associated with a StdOutMessageEvent
399
400 * ``message``: the message that the target writes to the stdout
401
402 """
403 def __init__(self, message: str):
404 self.message = message
405
406
407class DebuggerEventData:

Callers 1

_notifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected