Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pythonrun.h23 extern int _PyRun_InteractiveLoopObject(
/external/python/cpython3/Python/
Dpythonrun.c71 res = _PyRun_InteractiveLoopObject(fp, filename, flags); in _PyRun_AnyFileObject()
105 _PyRun_InteractiveLoopObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) in _PyRun_InteractiveLoopObject() function
169 int err = _PyRun_InteractiveLoopObject(fp, filename_obj, flags); in PyRun_InteractiveLoopFlags()