Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ handle_response
Method
handle_response
src/debugpy/adapter/clients.py:626–627 ·
view source on GitHub ↗
(response)
Source
from the content-addressed store, hash-verified
624
propagated_request = self.server.channel.propagate(request)
625
626
def
handle_response(response):
627
request.respond(response.body)
628
629
propagated_request.on_response(handle_response)
630
Callers
nothing calls this directly
Calls
1
respond
Method · 0.80
Tested by
no test coverage detected