Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h93 PyAPI_FUNC(int) PyRun_InteractiveLoop(FILE *f, const char *p);
109 #define PyRun_InteractiveLoop(f, p) PyRun_InteractiveLoopFlags(f, p, NULL) macro
/third_party/python/Doc/faq/
Dextending.rst270 The easiest way to do it in C is to call :c:func:`PyRun_InteractiveLoop` (perhaps
278 :c:func:`PyRun_InteractiveLoop` to stop while waiting for user input.
/third_party/python/Python/
Dpythonrun.c1580 #undef PyRun_InteractiveLoop
1582 PyRun_InteractiveLoop(FILE *f, const char *p) in PyRun_InteractiveLoop() function
/third_party/python/Doc/c-api/
Dveryhigh.rst74 :c:func:`PyRun_InteractiveLoop`, otherwise return the result of
144 .. c:function:: int PyRun_InteractiveLoop(FILE *fp, const char *filename)
/third_party/python/Doc/data/
Drefcounts.dat1864 PyRun_InteractiveLoop:int:::
1865 PyRun_InteractiveLoop:FILE*:fp::
1866 PyRun_InteractiveLoop:const char*:filename::
/third_party/python/Misc/
DHISTORY18242 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne