Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h11 PyAPI_FUNC(int) PyRun_AnyFileExFlags(
100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
102 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
104 PyRun_AnyFileExFlags(fp, name, 0, flags)
/third_party/python/Python/
Dpythonrun.c102 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function
1490 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile()
1497 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx()
1504 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
/third_party/python/Doc/c-api/
Dveryhigh.rst54 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
60 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
66 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
70 .. c:function:: int PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, PyCompilerFla…
/third_party/python/Modules/
Dmain.c502 int run = PyRun_AnyFileExFlags(stdin, "<stdin>", 0, &cf); in pymain_run_stdin()
/third_party/python/Doc/data/
Drefcounts.dat1826 PyRun_AnyFileExFlags:int:::
1827 PyRun_AnyFileExFlags:FILE*:fp::
1828 PyRun_AnyFileExFlags:const char*:filename::
1829 PyRun_AnyFileExFlags:int:closeit::
1830 PyRun_AnyFileExFlags:PyCompilerFlags*:flags::
/third_party/python/Misc/
DHISTORY25118 PyRun_AnyFileExFlags(), PyRun_InteractiveLoopFlags(). These