Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Durllib.parse.rst385 .. function:: urldefrag(url)
466 :func:`urldefrag` functions are subclasses of the :class:`tuple` type.
478 For :func:`urldefrag` results, only empty fragment identifiers will be removed.
500 Concrete class for :func:`urldefrag` results containing :class:`str`
524 Concrete class for :func:`urldefrag` results containing :class:`bytes`
/third_party/python/Lib/urllib/
Dparse.py591 def urldefrag(url): function
/third_party/python/Lib/test/
Dtest_urlparse.py507 result = urllib.parse.urldefrag(url)
/third_party/python/Doc/whatsnew/
D3.2.rst2230 The :func:`~urllib.parse.urldefrag` function now returns a :term:`named tuple`::
2232 >>> r = urllib.parse.urldefrag('http://python.org/about/#target')
/third_party/python/Misc/
DHISTORY32212 - Micro improvements to urlparse. Added urlparse.urldefrag() which