HomeSort by relevance Sort by last modified time
    Searched full:extract_from_ast (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/jinja2/
ext.py 213 return extract_from_ast(source, gettext_functions)
448 def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, function
466 >>> list(extract_from_ast(node))
468 >>> list(extract_from_ast(node, babel_style=False))
627 for lineno, func, message in extract_from_ast(node, keywords):

Completed in 1136 milliseconds