Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument
199 comment_escfunc = comment_escfunc or escfunc
200 args = {'explanation': escfunc(self.explanation),
201 'detail': escfunc(self.detail),
205 args[k] = escfunc(v)
208 args[k.lower()] = escfunc(v)