Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython.h164 #define Py_file_input 257 macro
/external/python/cpython3/Include/
Dcompile.h90 #define Py_file_input 257 macro
/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))
D_bsddb.c10229 Py_file_input, d, d); in init_bsddb()
/external/python/cpython3/Modules/
Dsymtablemodule.c35 start = Py_file_input; in _symtable_symtable_impl()
Dzipimport.c1441 pathname, Py_file_input, NULL, -1); in compile_source()
/external/python/cpython3/Programs/
D_freeze_importlib.c103 code = Py_CompileStringExFlags(text, code_name, 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/cpython3/Doc/c-api/
Dveryhigh.rst16 :const:`Py_file_input`, and :const:`Py_single_input`. These are described
276 :const:`Py_file_input`, or :const:`Py_single_input`. The filename specified by
353 .. c:var:: int Py_file_input
/external/python/cpython3/Python/
Dbltinmodule.c807 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile_impl()
1092 v = PyRun_StringFlags(str, Py_file_input, globals, in builtin_exec_impl()
1095 v = PyRun_String(str, Py_file_input, globals, locals); in builtin_exec_impl()
Dpythonrun.c429 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags()
455 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/cpython3/Doc/faq/
Dextending.rst298 Py_file_input, &e);
/external/python/cpython2/Doc/faq/
Dextending.rst307 Py_file_input, &e);
/external/python/cpython2/Misc/
DHISTORY13987 symbols are now in Python.h as Py_single_input, Py_file_input, and
/external/python/cpython3/Misc/
DHISTORY31366 symbols are now in Python.h as Py_single_input, Py_file_input, and