Home | History | Annotate | Download | only in Python

Lines Matching refs:Yield

3010             return compiler_error(c, "'yield' outside function");
3011 if (e->v.Yield.value) {
3012 VISIT(c, expr, e->v.Yield.value);