Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ geturl
Method
geturl
Lib/urllib/parse.py:341–342 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
339
__slots__ = (
'_keep_empty'
,)
340
341
def
geturl(self):
342
return
urlunparse(self)
343
344
345
_DefragResultBase.__doc__ =
""
"
Callers
nothing calls this directly
Calls
1
urlunparse
Function · 0.85
Tested by
no test coverage detected