Searched defs:PyRun_FileEx (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Include/cpython/ |
| D | pythonrun.h | 112 #define PyRun_FileEx(fp, p, s, g, l, c) \ macro
|
| /third_party/python/Python/ |
| D | pythonrun.c | 1939 PyRun_FileEx(FILE *fp, const char *p, int s, PyObject *g, PyObject *l, int c) in PyRun_FileEx() function
|