Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
689
class
HTTPResponse(BaseHTTPResponse):
Callers
2
test_geturl
Method · 0.80
test_geturl_retries
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_geturl
Method · 0.64
test_geturl_retries
Method · 0.64