Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dasyncsupport.py19 from jinja2.runtime import LoopContextBase, _last_iteration
190 class AsyncLoopContext(LoopContextBase):
194 LoopContextBase.__init__(self, undefined, recurse, depth0)
Druntime.py351 class LoopContextBase(object): class
421 class LoopContext(LoopContextBase):
424 LoopContextBase.__init__(self, undefined, recurse, depth0)