Home
last modified time | relevance | path

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

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