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

Method request

src/debugpy/adapter/clients.py:144–145  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

142 # Generic request handler, used if there's no specific handler below.
143 @message_handler
144 def request(self, request):
145 return self.server.channel.delegate(request)
146
147 @message_handler
148 def initialize_request(self, request):

Callers 3

handleMethod · 0.45
notify_of_subprocessMethod · 0.45

Calls 1

delegateMethod · 0.80

Tested by

no test coverage detected