Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h88 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
103 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/third_party/python/Modules/
Dmain.c528 int res = PyRun_AnyFileFlags(stdin, "<stdin>", &cf); in pymain_repl()
/third_party/python/Python/
Dpythonrun.c1500 #undef PyRun_AnyFileFlags
1502 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function
/third_party/python/Doc/data/
Drefcounts.dat1816 PyRun_AnyFileFlags:int:::
1817 PyRun_AnyFileFlags:FILE*:fp::
1818 PyRun_AnyFileFlags:const char*:filename::
1819 PyRun_AnyFileFlags:PyCompilerFlags*:flags::
/third_party/python/Doc/c-api/
Dveryhigh.rst58 .. c:function:: int PyRun_AnyFileFlags(FILE *fp, const char *filename, PyCompilerFlags *flags)
/third_party/python/Misc/
DHISTORY18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx