Home
last modified time | relevance | path

Searched refs:PyRun_AnyFile (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
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/
Dfrozenmain.c111 sts = PyRun_AnyFile(stdin, "<stdin>") != 0; in Py_FrozenMain()
Dpythonrun.c1486 #undef PyRun_AnyFile
1488 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function
/third_party/python/Doc/data/
Drefcounts.dat1812 PyRun_AnyFile:int:::
1813 PyRun_AnyFile:FILE*:fp::
1814 PyRun_AnyFile:const char*:filename::
/third_party/python/Doc/c-api/
Dveryhigh.rst52 .. c:function:: int PyRun_AnyFile(FILE *fp, const char *filename)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3788 sts = PyRun_AnyFile(stdin, "<stdin>") != 0;
/third_party/python/Misc/
DHISTORY18240 PyParser_SimpleParseFile PyParser_SimpleParseString PyRun_AnyFile