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

Method __init__

tests/timeline.py:1100–1107  ·  view source on GitHub ↗
(self, request_occ, message)

Source from the content-addressed store, hash-verified

1098 TYPE = "response"
1099
1100 def __init__(self, request_occ, message):
1101 assert isinstance(request_occ, RequestOccurrence)
1102 assert isinstance(message, messaging.Response)
1103
1104 # Assign request first for the benefit of self._key.
1105 self.request = request_occ
1106 request_occ.response = self
1107 super().__init__(message)
1108
1109 @property
1110 def body(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected