Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h30 PyAPI_FUNC(int) PyRun_InteractiveOneObject(
/third_party/python/Python/
Dpythonrun.c288 PyRun_InteractiveOneObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneObject() function
311 res = PyRun_InteractiveOneObject(fp, filename, flags); in PyRun_InteractiveOneFlags()