Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c4610 int is_async_generator = 0; in compiler_comprehension() local
4623 is_async_generator = c->u->u_ste->ste_coroutine; in compiler_comprehension()
4625 if (is_async_generator && !is_async_function && type != COMP_GENEXP && !top_level_await) { in compiler_comprehension()
4664 if (top_level_await && is_async_generator){ in compiler_comprehension()
4685 if (is_async_generator && type != COMP_GENEXP) { in compiler_comprehension()