/external/python/cpython3/Tools/peg_generator/peg_extension/ |
D | peg_extension.c | 46 mod_ty res = _PyPegen_run_parser_from_file(filename, Py_file_input, filename_ob, &flags, arena); in parse_file() 85 mod_ty res = _PyPegen_run_parser_from_string(the_string, Py_file_input, filename_ob, in parse_string()
|
/external/python/pybind11/include/pybind11/ |
D | eval.h | 60 case eval_statements: start = Py_file_input; break; 112 case eval_statements: start = Py_file_input; break;
|
/external/python/cpython2/Include/ |
D | Python.h | 164 #define Py_file_input 257 macro
|
/external/python/cffi/cffi/ |
D | _cffi_errors.h | 64 Py_file_input, in _cffi_start_error_capture()
|
D | _embedding.h | 166 Py_file_input); in _cffi_initialize_python()
|
/external/python/cpython3/Include/ |
D | compile.h | 109 #define Py_file_input 257 macro
|
/external/python/cpython2/Modules/ |
D | symtablemodule.c | 23 start = Py_file_input; in symtable_symtable()
|
D | zipimport.c | 1149 Py_file_input); in compile_source()
|
/external/python/cpython3/Modules/ |
D | symtablemodule.c | 44 start = Py_file_input; in _symtable_symtable_impl()
|
D | _peg_parser.c | 9 mode = Py_file_input; in _mode_str_to_int()
|
/external/python/cpython3/Programs/ |
D | _freeze_importlib.c | 103 code = Py_CompileStringExFlags(text, buf, Py_file_input, NULL, 0); in main()
|
/external/python/cpython2/Doc/c-api/ |
D | veryhigh.rst | 16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described 234 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by 285 .. c:var:: int Py_file_input
|
/external/python/pybind11/tests/ |
D | constructor_stats.h | 118 Py_file_input, globals, globals); in gc()
|
/external/python/cpython3/Doc/c-api/ |
D | veryhigh.rst | 16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described 297 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by 374 .. c:var:: int Py_file_input
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 732 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl() 1048 v = PyRun_StringFlags(str, Py_file_input, globals, in builtin_exec_impl() 1051 v = PyRun_String(str, Py_file_input, globals, locals); in builtin_exec_impl()
|
D | pythonrun.c | 438 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags() 470 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 957 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags() 983 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
|
D | bltinmodule.c | 482 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile() 812 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile() 815 res = PyRun_FileEx(fp, filename, Py_file_input, globals, in builtin_execfile()
|
D | ceval.c | 5099 v = PyRun_FileFlags(fp, name, Py_file_input, globals, in exec_statement() 5102 v = PyRun_File(fp, name, Py_file_input, globals, in exec_statement() 5122 v = PyRun_StringFlags(str, Py_file_input, globals, in exec_statement() 5125 v = PyRun_String(str, Py_file_input, globals, locals); in exec_statement()
|
/external/python/cpython3/Parser/pegen/ |
D | pegen.c | 414 if (p->start_rule == Py_file_input) { in _PyPegen_raise_error_known_location() 1155 p->start_rule == Py_file_input || in _PyPegen_run_parser() 1220 int exec_input = start_rule == Py_file_input; in _PyPegen_run_parser_from_string()
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 108 )", Py_file_input, d.ptr(), d.ptr() in make_static_property_type()
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | PythonDataObjects.cpp | 1565 PyRun_String(script, Py_file_input, globals.get(), globals.get()); in Init() 1614 PyObject *result = PyRun_String(NullTerminated(string), Py_file_input, in runStringMultiLine()
|
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
D | PythonDataObjectsTests.cpp | 718 PyRun_String(script, Py_file_input, globals.get(), globals.get()); in TEST_F()
|
/external/python/cpython3/Doc/faq/ |
D | extending.rst | 299 Py_file_input, &e);
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 307 Py_file_input, &e);
|