Home
last modified time | relevance | path

Searched refs:unquote_plus (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_urllib.py662 result = urllib.unquote_plus(given)
712 result = urllib.unquote_plus(given)
724 result = urllib.unquote_plus(given)
/external/python/cpython3/Lib/test/
Dtest_urllib.py958 result = urllib.parse.unquote_plus(given)
1027 result = urllib.parse.unquote_plus(given)
1039 result = urllib.parse.unquote_plus(given)
/external/python/cpython3/Lib/urllib/
Dparse.py741 def unquote_plus(string, encoding='utf-8', errors='replace'): function
/external/python/cpython3/Doc/library/
Durllib.parse.rst553 .. function:: unquote_plus(string, encoding='utf-8', errors='replace')
560 Example: ``unquote_plus('/El+Ni%C3%B1o/')`` yields ``'/El Niño/'``.
/external/python/cpython2/Lib/
Durllib.py1248 def unquote_plus(s): function
/external/python/cpython2/Doc/library/
Durllib.rst254 .. function:: unquote_plus(string)
/external/python/six/documentation/
Dindex.rst726 * :func:`py2:urllib.unquote_plus`
/external/python/cpython2/Misc/
DHISTORY13727 quote_plus() and unquote_plus() functions which are like quote() and
/external/python/cpython3/Misc/
DHISTORY31106 quote_plus() and unquote_plus() functions which are like quote() and