Home
last modified time | relevance | path

Searched refs:Py_single_input (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Dcompile.h8 #define Py_single_input 256 macro
/third_party/python/Modules/
Dsymtablemodule.c45 start = Py_single_input; in _symtable_symtable_impl()
/third_party/python/Doc/c-api/
Dveryhigh.rst16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described
250 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by
336 .. c:var:: int Py_single_input
/third_party/python/Parser/
Dpegen.c767 if (p->start_rule == Py_single_input && type == ENDMARKER && p->parsing_started) { in _PyPegen_fill_token()
1396 if (p->start_rule == Py_single_input && bad_single_statement(p)) { in _PyPegen_run_parser()
1403 if (p->start_rule == Py_single_input || in _PyPegen_run_parser()
Dparser.c34512 } else if (p->start_rule == Py_single_input) { in _PyPegen_parse()
/third_party/python/Doc/faq/
Dextending.rst343 src = Py_CompileString (code, "<stdin>", Py_single_input);
/third_party/python/Python/
Dpythonrun.c257 mod = _PyParser_ASTFromFile(fp, filename, enc, Py_single_input, in PyRun_InteractiveOneObjectEx()
Dbltinmodule.c757 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl()
/third_party/python/Grammar/
Dpython.gram16 } else if (p->start_rule == Py_single_input) {
/third_party/python/Misc/
DHISTORY31366 symbols are now in Python.h as Py_single_input, Py_file_input, and