Searched refs:escfunc (Results 1 – 1 of 1) sorted by relevance
198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument199 comment_escfunc = comment_escfunc or escfunc200 args = {'explanation': escfunc(self.explanation),201 'detail': escfunc(self.detail),205 args[k] = escfunc(v)208 args[k.lower()] = escfunc(v)