Searched refs:make_body (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | httpexceptions.py | 198 def make_body(self, environ, template, escfunc, comment_escfunc=None): member in HTTPException 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)
|