Home
last modified time | relevance | path

Searched refs:concat_async (Results 1 – 2 of 2) 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))
/external/python/jinja/src/jinja2/
Dasyncsupport.py15 async def concat_async(async_gen): function
60 return await concat_async(self.root_render_func(ctx))
78 rv = await concat_async(self._stack[self._depth](self._context))