Home
last modified time | relevance | path

Searched refs:PyRun_SimpleFileEx (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h91 PyAPI_FUNC(int) PyRun_SimpleFileEx(FILE *f, const char *p, int c);
107 #define PyRun_SimpleFileEx(f, p, c) PyRun_SimpleFileExFlags(f, p, c, NULL) macro
/third_party/python/Python/
Dpythonrun.c1536 #undef PyRun_SimpleFileEx
1538 PyRun_SimpleFileEx(FILE *f, const char *p, int c) in PyRun_SimpleFileEx() function
/third_party/python/Doc/data/
Drefcounts.dat1886 PyRun_SimpleFileEx:int:::
1887 PyRun_SimpleFileEx:FILE*:fp::
1888 PyRun_SimpleFileEx:const char*:filename::
1889 PyRun_SimpleFileEx:int:closeit::
/third_party/python/Doc/c-api/
Dveryhigh.rst105 .. c:function:: int PyRun_SimpleFileEx(FILE *fp, const char *filename, int closeit)
/third_party/python/Misc/
DHISTORY18243 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString
26577 PyRun_AnyFileEx, PyRun_SimpleFileEx, PyRun_FileEx -- New functions