Searched refs:gettext_functions (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | ext.py | 212 def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): argument 215 return extract_from_ast(source, gettext_functions) 437 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, argument 475 node.node.name not in gettext_functions:
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | ext.py | 220 def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): argument 223 return extract_from_ast(source, gettext_functions) 509 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, babel_style=True): argument 547 or node.node.name not in gettext_functions
|