Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c71 static int PyRun_InteractiveOneObjectEx(FILE *, PyObject *, PyCompilerFlags *);
122 ret = PyRun_InteractiveOneObjectEx(fp, filename, flags); in PyRun_InteractiveLoopFlags()
180 PyRun_InteractiveOneObjectEx(FILE *fp, PyObject *filename, in PyRun_InteractiveOneObjectEx() function
284 res = PyRun_InteractiveOneObjectEx(fp, filename, flags); in PyRun_InteractiveOneObject()
/external/python/cpython3/Tools/c-analyzer/
DTODO583 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__ _Py_IDENTIFIER(__main__)
584 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding _Py_IDENTIFIER(encoding)
Dknown.tsv1110 Python/pythonrun.c PyRun_InteractiveOneObjectEx PyId_encoding variable _Py_IDENTIFIER(encoding)
1237 Python/pythonrun.c PyRun_InteractiveOneObjectEx PyId___main__ variable _Py_IDENTIFIER(__main__)