Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dasyncsupport.py22 async def concat_async(async_gen): function
67 return await concat_async(self.root_render_func(ctx))
85 rv = await concat_async(self._stack[self._depth](self._context))