Searched refs:PyRun_AnyFileEx (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 87 PyAPI_FUNC(int) PyRun_AnyFileEx(FILE *fp, const char *name, int closeit); 101 #define PyRun_AnyFileEx(fp, name, closeit) \ macro
|
/third_party/python/Python/ |
D | pythonrun.c | 1493 #undef PyRun_AnyFileEx 1495 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx() function
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1821 PyRun_AnyFileEx:int::: 1822 PyRun_AnyFileEx:FILE*:fp:: 1823 PyRun_AnyFileEx:const char*:filename:: 1824 PyRun_AnyFileEx:int:closeit::
|
/third_party/python/Doc/c-api/ |
D | veryhigh.rst | 64 .. c:function:: int PyRun_AnyFileEx(FILE *fp, const char *filename, int closeit)
|
/third_party/python/Misc/ |
D | HISTORY | 18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx 26577 PyRun_AnyFileEx, PyRun_SimpleFileEx, PyRun_FileEx -- New functions
|