Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dasyncsupport.py19 from jinja2.runtime import LoopContextBase, _last_iteration
222 if ctx._after is _last_iteration:
229 ctx._after = _last_iteration
254 after = _last_iteration
Druntime.py40 _last_iteration = object() variable
356 _after = _last_iteration
380 last = property(lambda x: x._after is _last_iteration)
394 if self._after is _last_iteration:
457 return _last_iteration
474 if ctx._after is _last_iteration: