예제 #1
0
파일: codec.py 프로젝트: geertj/draco2
 def encode(input, errors=None):
     return html.quote_html(input, '"&'), len(input)
예제 #2
0
파일: test_html.py 프로젝트: geertj/draco2
 def quote(self, s):
     return html.quote_html(s)