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

Class SplitResult

Lib/urllib/parse.py:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 return self.url
330
331class SplitResult(_SplitResultBase, _NetlocResultMixinStr):
332 __slots__ = ()
333 def geturl(self):
334 return urlunsplit(self)
335
336class ParseResult(_ParseResultBase, _NetlocResultMixinStr):
337 __slots__ = ()

Callers 1

urlsplitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected