MCPcopy 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_setterMethod · 0.95
test_url_fragmentMethod · 0.95
request_hostFunction · 0.80
request_pathFunction · 0.80
http_openMethod · 0.80
http_openMethod · 0.80
test_redirectMethod · 0.80
test_invalid_redirectMethod · 0.80
test_get_full_urlMethod · 0.80
do_openMethod · 0.80

Calls

no outgoing calls

Tested by 9

test_full_url_setterMethod · 0.76
test_url_fragmentMethod · 0.76
http_openMethod · 0.64
http_openMethod · 0.64
test_redirectMethod · 0.64
test_invalid_redirectMethod · 0.64
test_get_full_urlMethod · 0.64