MCPcopy Index your code
hub / github.com/webpy/webpy / get_response

Method get_response

web/browser.py:90–94  ·  view source on GitHub ↗

Returns a copy of the current response.

(self)

Source from the content-addressed store, hash-verified

88 webbrowser.open(url)
89
90 def get_response(self):
91 """Returns a copy of the current response."""
92 return addinfourl(
93 BytesIO(self.data), self._response.info(), self._response.geturl()
94 )
95
96 def get_soup(self):
97 """Returns beautiful soup of the current document."""

Callers 2

do_requestMethod · 0.95
get_formsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected