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

Class DefragResult

Lib/urllib/parse.py:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322# Structured result objects for string data
323class DefragResult(_DefragResultBase, _ResultMixinStr):
324 __slots__ = ()
325 def geturl(self):
326 if self.fragment:
327 return self.url + '#' + self.fragment
328 else:
329 return self.url
330
331class SplitResult(_SplitResultBase, _NetlocResultMixinStr):
332 __slots__ = ()

Callers 1

urldefragFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected