Home
last modified time | relevance | path

Searched defs:PyRun_AnyFile (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
/third_party/python/Python/
Dpythonrun.c1488 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function