MCPcopy Create free account
hub / github.com/microsoft/debugpy / __init__

Method __init__

tests/timeline.py:1033–1035  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1031 TYPE = "event"
1032
1033 def __init__(self, message):
1034 assert isinstance(message, messaging.Event)
1035 super().__init__(message)
1036
1037 @property
1038 def event(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected