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

Method request

src/debugpy/common/messaging.py:1265–1267  ·  view source on GitHub ↗

Same as send_request(...).wait_for_response()

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1263 pass
1264
1265 def request(self, *args, **kwargs):
1266 """Same as send_request(...).wait_for_response()"""
1267 return self.send_request(*args, **kwargs).wait_for_response()
1268
1269 def propagate(self, message):
1270 """Sends a new message with the same type and payload.

Callers

nothing calls this directly

Calls 2

send_requestMethod · 0.95
wait_for_responseMethod · 0.45

Tested by

no test coverage detected