Home | History | Annotate | Download | only in Python

Lines Matching refs:is_async_generator

4036     int is_async_generator = 0;
4046 is_async_generator = c->u->u_ste->ste_coroutine;
4048 if (is_async_generator && !is_async_function && type != COMP_GENEXP) {
4109 if (is_async_generator && type != COMP_GENEXP) {