Home
last modified time | relevance | path

Searched refs:PyRun_SimpleFile (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h90 PyAPI_FUNC(int) PyRun_SimpleFile(FILE *f, const char *p);
106 #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) macro
/third_party/python/Doc/extending/
Dembedding.rst35 to :c:func:`PyRun_SimpleFile`. You can also call the lower-level operations
86 be done by using the :c:func:`PyRun_SimpleFile` function, which saves you the
/third_party/python/Python/
Dpythonrun.c1529 #undef PyRun_SimpleFile
1531 PyRun_SimpleFile(FILE *f, const char *p) in PyRun_SimpleFile() function
/third_party/python/Doc/c-api/
Dveryhigh.rst75 :c:func:`PyRun_SimpleFile`. *filename* is decoded from the filesystem
99 .. c:function:: int PyRun_SimpleFile(FILE *fp, const char *filename)
/third_party/python/Doc/data/
Drefcounts.dat1882 PyRun_SimpleFile:int:::
1883 PyRun_SimpleFile:FILE*:fp::
1884 PyRun_SimpleFile:const char*:filename::
/third_party/python/Misc/
DHISTORY18243 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString