Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c4611 int top_level_await = IS_TOP_LEVEL_AWAIT(c); in compiler_comprehension() local
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()