Searched refs:unquote_plus (Results 1 – 4 of 4) sorted by relevance
1096 result = urllib.parse.unquote_plus(given)1163 result = urllib.parse.unquote_plus(given)1175 result = urllib.parse.unquote_plus(given)
778 def unquote_plus(string, encoding='utf-8', errors='replace'): function
624 .. function:: unquote_plus(string, encoding='utf-8', errors='replace')631 Example: ``unquote_plus('/El+Ni%C3%B1o/')`` yields ``'/El Niño/'``.
31106 quote_plus() and unquote_plus() functions which are like quote() and