Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_parse
Method · 0.95
unwrap
Function · 0.90
_splittag
Function · 0.90
format
Method · 0.45
Tested by
no test coverage detected