Searched refs:PyRun_InteractiveOneFlags (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 26 PyAPI_FUNC(int) PyRun_InteractiveOneFlags( 108 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL)
|
/third_party/python/Python/ |
D | pythonrun.c | 301 PyRun_InteractiveOneFlags(FILE *fp, const char *filename_str, PyCompilerFlags *flags) in PyRun_InteractiveOneFlags() function 1577 return PyRun_InteractiveOneFlags(f, p, NULL); in PyRun_InteractiveOne()
|
/third_party/python/Doc/c-api/ |
D | veryhigh.rst | 126 This is a simplified interface to :c:func:`PyRun_InteractiveOneFlags` below, 130 .. c:function:: int PyRun_InteractiveOneFlags(FILE *fp, const char *filename, PyCompilerFlags *flag…
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1877 PyRun_InteractiveOneFlags:int::: 1878 PyRun_InteractiveOneFlags:FILE*:fp:: 1879 PyRun_InteractiveOneFlags:const char*:filename:: 1880 PyRun_InteractiveOneFlags:PyCompilerFlags*:flags::
|