Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c51 static int PyRun_InteractiveOneObjectEx(FILE *, PyObject *, PyCompilerFlags *);
138 ret = PyRun_InteractiveOneObjectEx(fp, filename, flags); in _PyRun_InteractiveLoopObject()
186 PyRun_InteractiveOneObjectEx(FILE *fp, PyObject *filename, in PyRun_InteractiveOneObjectEx() function
276 res = PyRun_InteractiveOneObjectEx(fp, filename, flags); in PyRun_InteractiveOneObject()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO535 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__ _Py_IDENTIFIER(__main__)
536 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding _Py_IDENTIFIER(encoding)