Home
last modified time | relevance | path

Searched defs:PyRun_FileFlags (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpythonrun.h114 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
/external/python/cpython2/Include/
Dpythonrun.h99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ macro
/external/python/cpython3/Python/
Dpythonrun.c1523 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function
/external/python/cpython2/Python/
Dpythonrun.c1987 PyRun_FileFlags(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, in PyRun_FileFlags() function