Searched defs:PyRun_File (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | pythonrun.h | 110 #define PyRun_File(fp, p, s, g, l) \ macro
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 95 #define PyRun_File(fp, p, s, g, l) \ macro
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1509 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1973 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function
|