Searched refs:PyRun_SimpleFileEx (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 91 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/ |
D | pythonrun.c | 1536 #undef PyRun_SimpleFileEx 1538 PyRun_SimpleFileEx(FILE *f, const char *p, int c) in PyRun_SimpleFileEx() function
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1886 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/ |
D | veryhigh.rst | 105 .. c:function:: int PyRun_SimpleFileEx(FILE *fp, const char *filename, int closeit)
|
/third_party/python/Misc/ |
D | HISTORY | 18243 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString 26577 PyRun_AnyFileEx, PyRun_SimpleFileEx, PyRun_FileEx -- New functions
|