HomeSort by relevance Sort by last modified time
    Searched full:comment_quote (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/paste/util/
quoting.py 69 def comment_quote(s): function
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpexceptions.py 81 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)
222 body = self.make_body(environ, self.template, html_quote, comment_quote)

Completed in 141 milliseconds