Home | History | Annotate | Download | only in Python

Lines Matching refs:Lambda

187 static identifier top = NULL, lambda = NULL, genexpr = NULL, setcomp = NULL,
1204 if (!GET_IDENTIFIER(lambda))
1206 if (e->v.Lambda.args->defaults)
1207 VISIT_SEQ(st, expr, e->v.Lambda.args->defaults);
1208 if (!symtable_enter_block(st, lambda,
1211 VISIT_IN_BLOCK(st, arguments, e->v.Lambda.args, (void*)e);
1212 VISIT_IN_BLOCK(st, expr, e->v.Lambda.body, (void*)e);