HomeSort by relevance Sort by last modified time
    Searched refs:html_unquote (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/test_util/
test_quoting.py 7 self.assertEqual(quoting.html_unquote(b'<hey you>'),
9 self.assertEqual(quoting.html_unquote(b''),
11 self.assertEqual(quoting.html_unquote(b'&blahblah;'),
13 self.assertEqual(quoting.html_unquote(b'\xe1\x80\xa9'),
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
quoting.py 11 __all__ = ['html_quote', 'html_unquote', 'url_quote', 'url_unquote',
45 def html_unquote(s, encoding=None): function
55 # should this use html_unquote?
57 s = html_unquote(s)
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 1747 def html_unquote(v): function
    [all...]

Completed in 259 milliseconds