MCPcopy Index your code
hub / github.com/python/cpython / DefragResult

Class DefragResult

Lib/urllib/parse.py:412–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411# Structured result objects for string data
412class DefragResult(_DefragResultBase, _ResultMixinStr):
413 __slots__ = ()
414 _HASH = '#'
415
416class SplitResult(_SplitResultBase, _NetlocResultMixinStr):
417 __slots__ = ()

Callers 1

urldefragFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…