Searched defs:PyRun_AnyFile (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/ |
D | pythonrun.h | 135 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1514 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1952 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function
|