Home
last modified time | relevance | path

Searched refs:_PyRun_InteractiveLoopObject (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h38 PyAPI_FUNC(int) _PyRun_InteractiveLoopObject(
/third_party/python/Python/
Dpythonrun.c84 res = _PyRun_InteractiveLoopObject(fp, filename, flags); in _PyRun_AnyFileObject()
123 _PyRun_InteractiveLoopObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) in _PyRun_InteractiveLoopObject() function
186 int err = _PyRun_InteractiveLoopObject(fp, filename_obj, flags); in PyRun_InteractiveLoopFlags()