Searched refs:comment_quote (Results 1 – 2 of 2) sorted by relevance
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)222 body = self.make_body(environ, self.template, html_quote, comment_quote)
69 def comment_quote(s): function