Ejemplo n.º 1
0
 def encode(input, errors=None):
     return html.quote_html(input, '"&'), len(input)
Ejemplo n.º 2
0
 def quote(self, s):
     return html.quote_html(s)