Home
last modified time | relevance | path

Searched refs:testlist1 (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_repr.py21 if expr.type == self.syms.testlist1:
/external/python/cpython2/Include/
Dgraminit.h85 #define testlist1 338 macro
/external/python/cpython2/Lib/
Dsymbol.py95 testlist1 = 338 variable
/external/python/cpython2/Grammar/
DGrammar106 '`' testlist1 '`' |
137 testlist1: test (',' test)*
/external/python/cpython2/Lib/lib2to3/
DGrammar.txt128 '`' testlist1 '`' |
164 testlist1: test (',' test)*
/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv154 reference/grammar,,`,'`' testlist1 '`'
/external/python/cpython2/Modules/
Dparsermodule.c970 VALIDATER(testlist1); VALIDATER(comp_for);
1199 return (validate_repeating_list(tree, testlist1, in validate_testlist1()
3236 case testlist1: in validate_node()
/external/python/cpython2/Python/
Dast.c588 TYPE(n) == testlist1); in seq_for_testlist()
2128 TYPE(n) == testlist1); in ast_for_testlist()
/external/python/cpython2/Lib/compiler/
Dtransformer.py581 testlist1 = testlist variable in Transformer