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

Method geturl

Lib/urllib/parse.py:334–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 __slots__ = ('_keep_empty',)
333
334 def geturl(self):
335 return urlunsplit(self)
336
337class _ParseResultBase(_ResultBase, namedtuple(
338 '_ParseResultBase', 'scheme netloc path params query fragment')):

Callers

nothing calls this directly

Calls 1

urlunsplitFunction · 0.85

Tested by

no test coverage detected