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

Class ParseResult

Lib/urllib/parse.py:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 return urlunsplit(self)
335
336class ParseResult(_ParseResultBase, _NetlocResultMixinStr):
337 __slots__ = ()
338 def geturl(self):
339 return urlunparse(self)
340
341# Structured result objects for bytes data
342class DefragResultBytes(_DefragResultBase, _ResultMixinBytes):

Callers 1

urlparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected