Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpythonrun.c62 static int PyRun_InteractiveOneObjectEx(FILE *, PyObject *, PyCompilerFlags *);
148 ret = PyRun_InteractiveOneObjectEx(fp, filename, flags); in _PyRun_InteractiveLoopObject()
196 PyRun_InteractiveOneObjectEx(FILE *fp, PyObject *filename, in PyRun_InteractiveOneObjectEx() function
292 res = PyRun_InteractiveOneObjectEx(fp, filename, flags); in PyRun_InteractiveOneObject()
/third_party/python/Tools/c-analyzer/
DTODO578 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__ _Py_IDENTIFIER(__main__)
579 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding _Py_IDENTIFIER(encoding)