Home
last modified time | relevance | path

Searched refs:PyRun_InteractiveOneFlags (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h26 PyAPI_FUNC(int) PyRun_InteractiveOneFlags(
108 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL)
/third_party/python/Python/
Dpythonrun.c301 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/
Dveryhigh.rst126 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/
Drefcounts.dat1877 PyRun_InteractiveOneFlags:int:::
1878 PyRun_InteractiveOneFlags:FILE*:fp::
1879 PyRun_InteractiveOneFlags:const char*:filename::
1880 PyRun_InteractiveOneFlags:PyCompilerFlags*:flags::