Searched refs:strip_html (Results 1 – 3 of 3) sorted by relevance
4 from paste.util.quoting import strip_html75 res = strip_html(str(res))90 res = strip_html(str(res))97 res = strip_html(str(res))
54 def strip_html(s): function
81 from paste.util.quoting import strip_html, html_quote, no_quote, comment_quote217 body = self.make_body(environ, strip_html(self.template), no_quote, comment_quote)