Home
last modified time | relevance | path

Searched refs:Py_file_input (Results 1 – 25 of 28) sorted by relevance

12

/external/python/pybind11/include/pybind11/
Deval.h42 case eval_statements: start = Py_file_input; break;
78 case eval_statements: start = Py_file_input; break;
Dpybind11.h2070 Py_file_input, d.ptr(), d.ptr());
/external/python/cpython2/Include/
DPython.h164 #define Py_file_input 257 macro
/external/python/cpython3/Include/
Dcompile.h96 #define Py_file_input 257 macro
/external/python/cffi/cffi/
D_cffi_errors.h64 Py_file_input, in _cffi_start_error_capture()
D_embedding.h166 Py_file_input); in _cffi_initialize_python()
/external/python/cpython2/Modules/
Dsymtablemodule.c23 start = Py_file_input; in symtable_symtable()
Dzipimport.c1149 Py_file_input); in compile_source()
DcPickle.c5944 Py_file_input, in init_stuff()
5965 , Py_file_input, in init_stuff()
D_elementtree.c3165 if (!PyRun_String(bootstrap, Py_file_input, g, NULL))
/external/python/cpython3/Modules/
Dsymtablemodule.c44 start = Py_file_input; in _symtable_symtable_impl()
D_xxsubinterpretersmodule.c1883 PyObject *result = PyRun_StringFlags(codestr, Py_file_input, ns, ns, NULL); in _run_script()
/external/python/cpython3/Programs/
D_freeze_importlib.c103 code = Py_CompileStringExFlags(text, buf, Py_file_input, NULL, 0); in main()
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst16 :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/
Dconstructor_stats.h118 Py_file_input, globals, globals); in gc()
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described
287 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by
364 .. c:var:: int Py_file_input
/external/python/cpython3/Python/
Dbltinmodule.c731 int start[] = {Py_file_input, Py_eval_input, Py_single_input, Py_func_type_input}; in builtin_compile_impl()
1046 v = PyRun_StringFlags(str, Py_file_input, globals, in builtin_exec_impl()
1049 v = PyRun_String(str, Py_file_input, globals, locals); in builtin_exec_impl()
Dpythonrun.c428 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
460 v = PyRun_StringFlags(command, Py_file_input, d, d, flags); in PyRun_SimpleStringFlags()
/external/python/cpython2/Python/
Dpythonrun.c957 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()
Dbltinmodule.c482 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()
Dceval.c5099 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()
Dimport.c901 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()
/external/python/pybind11/include/pybind11/detail/
Dclass.h96 )", Py_file_input, d.ptr(), d.ptr() in make_static_property_type()
/external/python/cpython3/Doc/faq/
Dextending.rst299 Py_file_input, &e);
/external/python/cpython2/Doc/faq/
Dextending.rst307 Py_file_input, &e);

12