Searched refs:eval_input (Results 1 – 12 of 12) sorted by relevance
5 #define eval_input 258 macro
15 eval_input = 258 variable
16 # eval_input is the input for the eval() and input() functions.20 eval_input: testlist NEWLINE* ENDMARKER
28 # eval_input is the input for the eval() and input() functions.32 eval_input: testlist NEWLINE* ENDMARKER
158 if n == symbol.eval_input:159 return self.eval_input(node[1:])191 def eval_input(self, nodelist): member in Transformer
555 ? eval_input : file_input, in parser_do_parse()654 if (start_sym == eval_input) { in parser_tuple2st()3059 int res = (validate_ntype(tree, eval_input) in validate_eval_input()
10 #define Py_eval_input eval_input
575 ? eval_input : file_input, in parser_do_parse()674 if (start_sym == eval_input) { in parser_tuple2st()3088 int res = (validate_ntype(tree, eval_input) in validate_eval_input()
271 case eval_input: { in PyAST_FromNode()