Searched refs:async_iterator (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/third_party/jinja2/ |
D | asyncsupport.py | 192 def __init__(self, async_iterator, undefined, after, length, recurse=None, argument 195 self._async_iterator = async_iterator 250 async_iterator = auto_aiter(iterable) 252 after = await async_iterator.__anext__() 255 return AsyncLoopContext(async_iterator, undefined, after, length, recurse,
|