Home | History | Annotate | Download | only in Python

Lines Matching refs:Yield

431             expr_name = "yield expression";
1959 return Yield(exp, LINENO(n), n->n_col_offset, c->c_arena);
2246 ast_error(ch, "assignment to yield expression not possible");
2352 yield_expr: 'yield' testlist