Home | History | Annotate | Download | only in Python

Lines Matching refs:Lambda

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