Home
last modified time | relevance | path

Searched refs:PyRun_InteractiveOne (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h92 PyAPI_FUNC(int) PyRun_InteractiveOne(FILE *f, const char *p);
108 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL) macro
/third_party/python/Python/
Dpythonrun.c1573 #undef PyRun_InteractiveOne
1575 PyRun_InteractiveOne(FILE *f, const char *p) in PyRun_InteractiveOne() function
/third_party/python/Doc/data/
Drefcounts.dat1873 PyRun_InteractiveOne:int:::
1874 PyRun_InteractiveOne:FILE*:fp::
1875 PyRun_InteractiveOne:const char*:filename::
/third_party/python/Doc/c-api/
Dveryhigh.rst124 .. c:function:: int PyRun_InteractiveOne(FILE *fp, const char *filename)
/third_party/python/Misc/
DHISTORY18242 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne