Searched refs:_PyRun_InteractiveLoopObject (Results 1 – 2 of 2) sorted by relevance
38 PyAPI_FUNC(int) _PyRun_InteractiveLoopObject(
84 res = _PyRun_InteractiveLoopObject(fp, filename, flags); in _PyRun_AnyFileObject()123 _PyRun_InteractiveLoopObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) in _PyRun_InteractiveLoopObject() function186 int err = _PyRun_InteractiveLoopObject(fp, filename_obj, flags); in PyRun_InteractiveLoopFlags()