Home
last modified time | relevance | path

Searched refs:strip_html (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
Dtest_error_middleware.py4 from paste.util.quoting import strip_html
75 res = strip_html(str(res))
90 res = strip_html(str(res))
97 res = strip_html(str(res))
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dquoting.py54 def strip_html(s): function
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py81 from paste.util.quoting import strip_html, html_quote, no_quote, comment_quote
217 body = self.make_body(environ, strip_html(self.template), no_quote, comment_quote)