Searched refs:revindex (Results 1 – 5 of 5) sorted by relevance
206 async def revindex(self): member in AsyncLoopContext
441 def revindex(self): member in LoopContext
382 revindex = property(lambda x: x.length - x.index0) variable in LoopContextBase
110 ``revindex``, ``nextitem``, or ``last`` are accessed. This makes it113 ``revindex`` work for async iterators. :pr:`1101`
665 | `loop.revindex` | The number of iterations from the end of the loop |