Searched refs:Py_eval_input (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | compile.h | 10 #define Py_eval_input 258 macro
|
/third_party/python/Modules/ |
D | symtablemodule.c | 43 start = Py_eval_input; in _symtable_symtable_impl()
|
/third_party/python/Doc/c-api/ |
D | veryhigh.rst | 15 parameter. The available start symbols are :const:`Py_eval_input`, 249 code which can be compiled and should be :const:`Py_eval_input`, 319 .. c:var:: int Py_eval_input
|
/third_party/python/Python/ |
D | bltinmodule.c | 757 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl() 980 result = PyRun_StringFlags(str, Py_eval_input, globals, locals, &cf); in builtin_eval_impl()
|
/third_party/python/Doc/faq/ |
D | extending.rst | 75 start symbol :c:data:`Py_eval_input`; it parses an expression, evaluates it and
|
/third_party/python/Parser/ |
D | pegen.c | 1405 p->start_rule == Py_eval_input) in _PyPegen_run_parser()
|
D | parser.c | 34514 } else if (p->start_rule == Py_eval_input) { in _PyPegen_parse()
|
/third_party/python/Grammar/ |
D | python.gram | 18 } else if (p->start_rule == Py_eval_input) {
|
/third_party/python/Misc/ |
D | HISTORY | 31367 Py_eval_input.
|