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

Method geturl

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

Source from the content-addressed store, hash-verified

355class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes):
356 __slots__ = ()
357 def geturl(self):
358 return urlunparse(self)
359
360# Set up the encode/decode result pairs
361def _fix_result_transcoding():

Callers

nothing calls this directly

Calls 1

urlunparseFunction · 0.85

Tested by

no test coverage detected