Home
last modified time | relevance | path

Searched refs:no_quote (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dquoting.py60 def no_quote(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)