Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcompile.h10 #define Py_eval_input 258 macro
/third_party/python/Modules/
Dsymtablemodule.c43 start = Py_eval_input; in _symtable_symtable_impl()
/third_party/python/Doc/c-api/
Dveryhigh.rst15 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/
Dbltinmodule.c757 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/
Dextending.rst75 start symbol :c:data:`Py_eval_input`; it parses an expression, evaluates it and
/third_party/python/Parser/
Dpegen.c1405 p->start_rule == Py_eval_input) in _PyPegen_run_parser()
Dparser.c34514 } else if (p->start_rule == Py_eval_input) { in _PyPegen_parse()
/third_party/python/Grammar/
Dpython.gram18 } else if (p->start_rule == Py_eval_input) {
/third_party/python/Misc/
DHISTORY31367 Py_eval_input.