Home
last modified time | relevance | path

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

/external/chromium_org/third_party/jinja2/
Druntime.py34 _last_iteration = object() variable
306 last = property(lambda x: x._after is _last_iteration)
322 return _last_iteration
370 if ctx._after is _last_iteration: