Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ geturl
Method
geturl
Lib/test/test_urllib2.py:308–309 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
306
return
self.headers
307
308
def
geturl(self):
309
return
self.url
310
311
312
class
MockCookieJar:
Callers
15
test_http
Method · 0.95
test_urlwithfrag
Method · 0.45
test_redirect_url_withfrag
Method · 0.45
test_geturl
Method · 0.45
test_geturl
Method · 0.45
check_read
Method · 0.45
test_url_fragment
Method · 0.45
test_file_notexists
Method · 0.45
test_geturl
Method · 0.45
test_geturl
Method · 0.45
test_file
Method · 0.45
test_redirect_fragment
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected