Home | History | Annotate | Download | only in Python

Lines Matching refs:listmaker

585            TYPE(n) == listmaker ||
1064 /* listmaker: test ( list_for | (',' test)* [','] )
1075 REQ(n, listmaker);
1362 /* atom: '(' [yield_expr|testlist_comp] ')' | '[' [listmaker] ']'
1428 REQ(ch, listmaker);