MCPcopy Index your code
hub / github.com/RustPython/RustPython / geturl

Method geturl

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

Source from the content-addressed store, hash-verified

350class SplitResultBytes(_SplitResultBase, _NetlocResultMixinBytes):
351 __slots__ = ()
352 def geturl(self):
353 return urlunsplit(self)
354
355class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes):
356 __slots__ = ()

Callers

nothing calls this directly

Calls 1

urlunsplitFunction · 0.85

Tested by

no test coverage detected