Searched refs:PyRun_InteractiveOneObjectEx (Results 1 – 2 of 2) sorted by relevance
62 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() function292 res = PyRun_InteractiveOneObjectEx(fp, filename, flags); in PyRun_InteractiveOneObject()
578 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__ _Py_IDENTIFIER(__main__)579 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding _Py_IDENTIFIER(encoding)