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

Method __init__

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

Source from the content-addressed store, hash-verified

1059 TYPE = "request"
1060
1061 def __init__(self, message):
1062 assert isinstance(message, messaging.Request)
1063 super().__init__(message)
1064 self.response = None
1065 if isinstance(message, messaging.OutgoingRequest):
1066 self.on_response = message.on_response
1067
1068 @property
1069 def command(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected