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

Method response_text

tests/net.py:175–177  ·  view source on GitHub ↗

Blocks until the request completes, and returns the response body.

(self)

Source from the content-addressed store, hash-verified

173 return self.request
174
175 def response_text(self):
176 """Blocks until the request completes, and returns the response body."""
177 return self.wait_for_response().text
178
179
180class WebServer(object):

Calls 1

wait_for_responseMethod · 0.95