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

/external/python/cpython2/Include/
H A Dgraminit.h82 #define comp_iter 335 macro
/external/python/cpython2/Lib/
H A Dsymbol.py92 comp_iter = 335 variable
/external/python/cpython2/Modules/
H A Dparsermodule.c971 VALIDATER(comp_iter); VALIDATER(comp_if); variable
1374 /* comp_iter: comp_for | comp_if
1379 int res = (validate_ntype(tree, comp_iter)
1380 && validate_numnodes(tree, 1, "comp_iter"));
1411 /* comp_for: 'for' exprlist 'in' test [comp_iter]
1453 /* comp_if: 'if' old_test [comp_iter]

Completed in 57 milliseconds