/external/python/cpython2/Include/ |
D | Python.h | 164 #define Py_file_input 257 macro
|
/external/python/cpython3/Include/ |
D | compile.h | 90 #define Py_file_input 257 macro
|
/external/python/cpython3/Modules/ |
D | symtablemodule.c | 35 start = Py_file_input; in _symtable_symtable_impl()
|
D | zipimport.c | 1441 pathname, Py_file_input, NULL, -1); in compile_source()
|
/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()
|
D | cPickle.c | 5944 Py_file_input, in init_stuff() 5965 , Py_file_input, in init_stuff()
|
D | _elementtree.c | 3165 if (!PyRun_String(bootstrap, Py_file_input, g, NULL))
|
D | _bsddb.c | 10229 Py_file_input, d, d); in init_bsddb()
|
/external/python/cpython3/Programs/ |
D | _freeze_importlib.c | 103 code = Py_CompileStringExFlags(text, code_name, 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/cpython3/Doc/c-api/ |
D | veryhigh.rst | 16 :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/ |
D | bltinmodule.c | 807 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()
|
D | pythonrun.c | 429 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/ |
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()
|
D | import.c | 901 mod = PyParser_ASTFromFile(fp, pathname, Py_file_input, 0, 0, &flags, in parse_source_module()
|
/external/python/cpython3/Doc/faq/ |
D | extending.rst | 298 Py_file_input, &e);
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 307 Py_file_input, &e);
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13987 symbols are now in Python.h as Py_single_input, Py_file_input, and
|
/external/python/cpython3/Misc/ |
D | HISTORY | 31366 symbols are now in Python.h as Py_single_input, Py_file_input, and
|