Searched refs:PyRun_FileExFlags (Results 1 – 6 of 6) 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/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/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/cpython2/Python/ |
D | pythonrun.c | 948 v = PyRun_FileExFlags(fp, filename, Py_file_input, d, d, in PyRun_SimpleFileExFlags() 1345 PyRun_FileExFlags(FILE *fp, const char *filename, int start, PyObject *globals, in PyRun_FileExFlags() function 1963 return PyRun_FileExFlags(fp, p, s, g, l, 0, NULL); in PyRun_File() 1970 return PyRun_FileExFlags(fp, p, s, g, l, c, NULL); in PyRun_FileEx() 1978 return PyRun_FileExFlags(fp, p, s, g, l, 0, flags); in PyRun_FileFlags()
|
D | bltinmodule.c | 811 res = PyRun_FileExFlags(fp, filename, Py_file_input, globals, in builtin_execfile()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1070 "PyRun_FileExFlags"
|