예제 #1
0
파일: codec.py 프로젝트: geertj/draco2
 def decode(input, errors=None):
     return html.unquote_html(input), len(input)
예제 #2
0
파일: test_html.py 프로젝트: geertj/draco2
 def unquote(self, s):
     return html.unquote_html(s)