Home | History | Annotate | Download | only in Python

Lines Matching refs:Lambda

2247     arguments_ty args = e->v.Lambda.args;
2251 name = PyUnicode_InternFromString("<lambda>");
2265 /* Make None the first constant, so the lambda can't have a
2272 VISIT_IN_SCOPE(c, expr, e->v.Lambda.body);