Searched refs:testlist1 (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_repr.py21 if expr.type == self.syms.testlist1:
/external/python/cpython2/Include/
H A Dgraminit.h85 #define testlist1 338 macro
/external/python/cpython2/Lib/
H A Dsymbol.py95 testlist1 = 338 variable
/external/python/cpython2/Modules/
H A Dparsermodule.c970 VALIDATER(testlist1); VALIDATER(comp_for); variable
1199 return (validate_repeating_list(tree, testlist1,
1200 validate_test, "testlist1"));
3236 case testlist1:
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py581 testlist1 = testlist variable in class:Transformer
/external/python/cpython2/Python/
H A Dast.c588 TYPE(n) == testlist1);
2119 /* testlist1: test (',' test)* */
2128 TYPE(n) == testlist1);

Completed in 251 milliseconds