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