Home
last modified time | relevance | path

Searched refs:PyRun_AnyFile (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dpythonrun.h86 PyAPI_FUNC(int) PyRun_AnyFile(FILE *fp, const char *name);
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
/third_party/python/Python/
H A Dfrozenmain.c75 sts = PyRun_AnyFile(stdin, "<stdin>") != 0; in Py_FrozenMain()
H A Dpythonrun.c1909 #undef PyRun_AnyFile macro
1911 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function

Completed in 3 milliseconds