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

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

Completed in 114 milliseconds