Searched refs:testlist_comp (Results 1 – 6 of 6) sorted by relevance
67 #define testlist_comp 320 macro
77 testlist_comp = 320 variable
103 atom: ('(' [yield_expr|testlist_comp] ')' |109 testlist_comp: test ( comp_for | (',' test)* [','] )
586 TYPE(n) == testlist_comp || in seq_for_testlist()1348 assert(TYPE(n) == (testlist_comp) || TYPE(n) == (argument)); in ast_for_genexp()2121 if (TYPE(n) == testlist_comp) { in ast_for_testlist()2145 assert(TYPE(n) == testlist_comp || TYPE(n) == argument); in ast_for_testlist_comp()
584 def testlist_comp(self, nodelist): member in Transformer1006 if t in (symbol.exprlist, symbol.testlist, symbol.testlist_safe, symbol.testlist_comp):
972 VALIDATER(testlist_comp); VALIDATER(yield_expr);