Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
331
class
SplitResult(_SplitResultBase, _NetlocResultMixinStr):
332
__slots__ = ()
333
def
geturl(self):
334
return
urlunsplit(self)
335
336
class
ParseResult(_ParseResultBase, _NetlocResultMixinStr):
337
__slots__ = ()
Callers
1
urlsplit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected