Searched refs:PyRun_AnyFileFlags (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 88 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *); 103 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
|
/third_party/python/Modules/ |
D | main.c | 528 int res = PyRun_AnyFileFlags(stdin, "<stdin>", &cf); in pymain_repl()
|
/third_party/python/Python/ |
D | pythonrun.c | 1500 #undef PyRun_AnyFileFlags 1502 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1816 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/ |
D | veryhigh.rst | 58 .. c:function:: int PyRun_AnyFileFlags(FILE *fp, const char *filename, PyCompilerFlags *flags)
|
/third_party/python/Misc/ |
D | HISTORY | 18241 PyRun_AnyFileEx PyRun_AnyFileFlags PyRun_File PyRun_FileEx
|