Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h87 PyAPI_FUNC(int) PyRun_AnyFileEx(FILE *fp, const char *name, int closeit);
101 #define PyRun_AnyFileEx(fp, name, closeit) \ macro
/third_party/python/Python/
Dpythonrun.c1493 #undef PyRun_AnyFileEx
1495 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx() function
/third_party/python/Doc/data/
Drefcounts.dat1821 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/
Dveryhigh.rst64 .. c:function:: int PyRun_AnyFileEx(FILE *fp, const char *filename, int closeit)
/third_party/python/Misc/
DHISTORY18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx
26577 PyRun_AnyFileEx, PyRun_SimpleFileEx, PyRun_FileEx -- New functions