HomeSort by relevance Sort by last modified time
    Searched refs:for_branch (Results 1 - 2 of 2) sorted by null

  /external/libchrome/third_party/jinja2/
idtracking.py 176 def visit_For(self, node, for_branch='body', **kwargs):
177 if for_branch == 'body':
180 elif for_branch == 'else':
182 elif for_branch == 'test':
compiler.py     [all...]

Completed in 279 milliseconds