Searched refs:PyRun_File (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 94 PyAPI_FUNC(PyObject *) PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l); 110 #define PyRun_File(fp, p, s, g, l) \ macro
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1832 PyRun_File:PyObject*::+1:??? -- same as eval_code2() 1833 PyRun_File:FILE*:fp:: 1834 PyRun_File:const char*:filename:: 1835 PyRun_File:int:start:: 1836 PyRun_File:PyObject*:globals:0: 1837 PyRun_File:PyObject*:locals:0:
|
/third_party/python/Python/ |
D | pythonrun.c | 1507 #undef PyRun_File 1509 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function
|
/third_party/python/Doc/c-api/ |
D | veryhigh.rst | 206 .. c:function:: PyObject* PyRun_File(FILE *fp, const char *filename, int start, PyObject *globals, …
|
/third_party/python/Misc/ |
D | HISTORY | 18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx
|