Searched defs:list_for (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h80 #define list_for 333 macro
/external/python/cpython2/Lib/
H A Dsymbol.py90 list_for = 333 variable
/external/python/cpython2/Modules/
H A Dparsermodule.c954 VALIDATER(assert_stmt); VALIDATER(list_for); variable
1359 /* list_iter: list_for | list_if
1366 if (res && TYPE(CHILD(tree, 0)) == list_for)
1389 /* list_for: 'for' exprlist 'in' testlist [list_iter]
1400 res = validate_numnodes(tree, 4, "list_for");
2539 * test ( list_for | (',' test)* [','] )
2553 * list_for | (',' test)* [',']
2555 if (nch == 2 && TYPE(CHILD(tree, 1)) == list_for)

Completed in 141 milliseconds