Home
last modified time | relevance | path

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

/third_party/python/Lib/http/
Dcookies.py190 def _unquote(str): function
579 parsed_items.append((TYPE_ATTRIBUTE, key, _unquote(value)))
608 return _unquote(val), val