Example #1
0
 def decode(input, errors=None):
     return uri.unquote_url(input), len(input)
Example #2
0
 def unquote(self, s):
     return urimod.unquote_url(s)