Searched refs:PyRun_InteractiveOne (Results 1 – 5 of 5) sorted by relevance
92 PyAPI_FUNC(int) PyRun_InteractiveOne(FILE *f, const char *p);108 #define PyRun_InteractiveOne(f, p) PyRun_InteractiveOneFlags(f, p, NULL) macro
1573 #undef PyRun_InteractiveOne1575 PyRun_InteractiveOne(FILE *f, const char *p) in PyRun_InteractiveOne() function
1873 PyRun_InteractiveOne:int:::1874 PyRun_InteractiveOne:FILE*:fp::1875 PyRun_InteractiveOne:const char*:filename::
124 .. c:function:: int PyRun_InteractiveOne(FILE *fp, const char *filename)
18242 PyRun_FileFlags PyRun_InteractiveLoop PyRun_InteractiveOne