Home | History | Annotate | Download | only in Python

Lines Matching refs:Tuple

1284     /* child nodes of List and Tuple will have expr_context set */
1289 VISIT_SEQ(st, expr, e->v.Tuple.elts);
1324 assert(arg->v.Tuple.ctx == Store);
1354 !symtable_visit_params(st, arg->v.Tuple.elts, 0))