MCPcopy 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

urlunparseFunction · 0.85

Tested by

no test coverage detected