MCPcopy
hub / github.com/urllib3/urllib3 / geturl

Method geturl

src/urllib3/response.py:685–686  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

683 return self.headers
684
685 def geturl(self) -> str | None:
686 return self.url
687
688
689class HTTPResponse(BaseHTTPResponse):

Callers 2

test_geturlMethod · 0.80
test_geturl_retriesMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_geturlMethod · 0.64
test_geturl_retriesMethod · 0.64