Lines Matching defs:ste
7869 PySTEntryObject *ste = c->u->u_ste;
7871 if (ste->ste_type == FunctionBlock) {
7873 if (ste->ste_nested)
7875 if (ste->ste_generator && !ste->ste_coroutine)
7877 if (!ste->ste_generator && ste->ste_coroutine)
7879 if (ste->ste_generator && ste->ste_coroutine)
7881 if (ste->ste_varargs)
7883 if (ste->ste_varkeywords)
7891 ste->ste_coroutine &&
7892 !ste->ste_generator) {