MCPcopy Index your code
hub / github.com/python/cpython / full_url

Method full_url

Lib/urllib/request.py:306–309  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

304
305 @property
306 def full_url(self):
307 if self.fragment:
308 return '{}#{}'.format(self._full_url, self.fragment)
309 return self._full_url
310
311 @full_url.setter
312 def full_url(self, url):

Callers

nothing calls this directly

Calls 4

_parseMethod · 0.95
unwrapFunction · 0.90
_splittagFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected