Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpexceptions.py198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument
199 comment_escfunc = comment_escfunc or escfunc
202 'comment': comment_escfunc(self.comment)}