Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dsandbox.py410 formatter = SandboxedEscapeFormatter(self, s.escape)
471 class SandboxedEscapeFormatter(SandboxedFormatterMixin, EscapeFormatter): class