Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_full_url
Method
get_full_url
Lib/urllib/request.py:355–356 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
353
return
getattr(self,
'method'
, default_method)
354
355
def
get_full_url(self):
356
return
self.full_url
357
358
def
set_proxy(self, host, type):
359
if
self.type ==
'https'
and not self._tunnel_host:
Callers
12
test_full_url_setter
Method · 0.95
test_url_fragment
Method · 0.95
test_url_fullurl_get_full_url
Method · 0.95
request_host
Function · 0.80
request_path
Function · 0.80
http_open
Method · 0.80
http_open
Method · 0.80
test_redirect
Method · 0.80
test_invalid_redirect
Method · 0.80
test_relative_redirect
Method · 0.80
test_get_full_url
Method · 0.80
do_open
Method · 0.80
Calls
no outgoing calls
Tested by
9
test_full_url_setter
Method · 0.76
test_url_fragment
Method · 0.76
test_url_fullurl_get_full_url
Method · 0.76
http_open
Method · 0.64
http_open
Method · 0.64
test_redirect
Method · 0.64
test_invalid_redirect
Method · 0.64
test_relative_redirect
Method · 0.64
test_get_full_url
Method · 0.64