Searched refs:PyRun_InteractiveOneObjectEx (Results 1 – 3 of 3) sorted by relevance
71 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() function284 res = PyRun_InteractiveOneObjectEx(fp, filename, flags); in PyRun_InteractiveOneObject()
583 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId___main__ _Py_IDENTIFIER(__main__)584 Python/pythonrun.c:PyRun_InteractiveOneObjectEx():PyId_encoding _Py_IDENTIFIER(encoding)
1110 Python/pythonrun.c PyRun_InteractiveOneObjectEx PyId_encoding variable _Py_IDENTIFIER(encoding)1237 Python/pythonrun.c PyRun_InteractiveOneObjectEx PyId___main__ variable _Py_IDENTIFIER(__main__)