Home | History | Annotate | Download | only in Python

Lines Matching refs:Lambda

1488     arguments_ty args = e->v.Lambda.args;
1492 name = PyString_InternFromString("<lambda>");
1505 /* Make None the first constant, so the lambda can't have a
1511 VISIT_IN_SCOPE(c, expr, e->v.Lambda.body);