Home
last modified time | relevance | path

Searched refs:DefragResult (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/urllib/
Dparse.py321 class DefragResult(_DefragResultBase, _ResultMixinStr): class
361 (DefragResult, DefragResultBytes),
605 return _coerce_result(DefragResult(defrag, frag))
/third_party/python/Misc/NEWS.d/
D3.5.0a4.rst306 Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
/third_party/python/Doc/library/
Durllib.parse.rst498 .. class:: DefragResult(url, fragment)
525 data. The :meth:`decode` method returns a :class:`DefragResult`
/third_party/python/Lib/test/
Dtest_urlparse.py896 urllib.parse.DefragResult,
/third_party/python/Doc/whatsnew/
D3.2.rst2234 DefragResult(url='http://python.org/about/', fragment='target')