Example #1
0
 def encode(input, errors=None):
     return uri.quote_url(input), len(input)
Example #2
0
 def quote(self, s):
     return urimod.quote_url(s)