Home
last modified time | relevance | path

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

/external/libmojo/third_party/jinja2/
Dext.py210 def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): argument
213 return extract_from_ast(source, gettext_functions)
448 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, argument
486 node.node.name not in gettext_functions: