Searched refs:PyRun_FileExFlags (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Include/ |
D | pythonrun.h | 61 PyAPI_FUNC(PyObject *) PyRun_FileExFlags(FILE *, const char *, int, 96 PyRun_FileExFlags(fp, p, s, g, l, 0, NULL) 98 PyRun_FileExFlags(fp, p, s, g, l, c, NULL) 100 PyRun_FileExFlags(fp, p, s, g, l, 0, flags)
|
/external/python/cpython3/Include/ |
D | pythonrun.h | 90 PyAPI_FUNC(PyObject *) PyRun_FileExFlags( 146 PyRun_FileExFlags(fp, p, s, g, l, 0, NULL) 148 PyRun_FileExFlags(fp, p, s, g, l, c, NULL) 150 PyRun_FileExFlags(fp, p, s, g, l, 0, flags)
|
/external/python/cpython2/Doc/c-api/ |
D | veryhigh.rst | 199 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving 205 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving 211 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving 215 .. c:function:: PyObject* PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *gl… 219 If *closeit* is true, the file is closed before :c:func:`PyRun_FileExFlags`
|
/external/python/cpython3/Doc/c-api/ |
D | veryhigh.rst | 234 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving 240 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving 246 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving 250 .. c:function:: PyObject* PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *gl… 255 If *closeit* is true, the file is closed before :c:func:`PyRun_FileExFlags`
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1090 PyRun_FileExFlags:PyObject*::+1:??? -- same as eval_code2() 1091 PyRun_FileExFlags:FILE*:fp:: 1092 PyRun_FileExFlags:char*:filename:: 1093 PyRun_FileExFlags:int:start:: 1094 PyRun_FileExFlags:PyObject*:globals:0: 1095 PyRun_FileExFlags:PyObject*:locals:0: 1096 PyRun_FileExFlags:int:closeit:: 1097 PyRun_FileExFlags:PyCompilerFlags*:flags::
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 429 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags() 965 PyRun_FileExFlags(FILE *fp, const char *filename_str, int start, PyObject *globals, in PyRun_FileExFlags() function 1537 return PyRun_FileExFlags(fp, p, s, g, l, 0, NULL); in PyRun_File() 1544 return PyRun_FileExFlags(fp, p, s, g, l, c, NULL); in PyRun_FileEx() 1552 return PyRun_FileExFlags(fp, p, s, g, l, 0, flags); in PyRun_FileFlags()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 957 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags() 1354 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags() function 1975 return PyRun_FileExFlags(fp, p, s, g, l, 0, NULL); in PyRun_File() 1982 return PyRun_FileExFlags(fp, p, s, g, l, c, NULL); in PyRun_FileEx() 1990 return PyRun_FileExFlags(fp, p, s, g, l, 0, flags); in PyRun_FileFlags()
|
D | bltinmodule.c | 812 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1846 PyRun_FileExFlags:PyObject*::+1:??? -- same as eval_code2() 1847 PyRun_FileExFlags:FILE*:fp:: 1848 PyRun_FileExFlags:const char*:filename:: 1849 PyRun_FileExFlags:int:start:: 1850 PyRun_FileExFlags:PyObject*:globals:0: 1851 PyRun_FileExFlags:PyObject*:locals:0: 1852 PyRun_FileExFlags:int:closeit:: 1853 PyRun_FileExFlags:PyCompilerFlags*:flags::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1070 "PyRun_FileExFlags"
|