Searched refs:old_test (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h49 #define old_test 302 macro
/external/python/cpython2/Lib/
H A Dsymbol.py59 old_test = 302 variable
/external/python/cpython2/Modules/
H A Dparsermodule.c974 VALIDATER(old_test); VALIDATER(old_lambdef); variable
1433 /* list_if: 'if' old_test [list_iter]
1453 /* comp_if: 'if' old_test [comp_iter]
2194 int res = validate_ntype(tree, old_test) && (nch == 1);
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py611 old_test = or_test variable in class:Transformer
/external/python/cpython2/Python/
H A Dast.c595 assert(TYPE(CHILD(n, i)) == test || TYPE(CHILD(n, i)) == old_test);
1844 old_test: or_test | old_lambdef
1845 old_lambdef: 'lambda' [vararglist] ':' old_test
1855 case old_test:

Completed in 191 milliseconds