Searched refs:single_input (Results 1 – 8 of 8) sorted by relevance
3 #define single_input 256 macro
14 # single_input is a single interactive statement;17 # NB: compound_stmt in single_input is followed by extra NEWLINE!18 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
13 single_input = 256 variable
27 # single_input is a single interactive statement;29 # NB: compound_stmt in single_input is followed by extra NEWLINE!31 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
154 if n == symbol.single_input:155 return self.single_input(node[1:])169 def single_input(self, node): member in Transformer
172 case single_input: in num_stmts()280 case single_input: in PyAST_FromNode()