Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythonrun.h26 PyAPI_FUNC(int) PyRun_InteractiveOneObject(
/external/python/cpython3/Python/
Dpythonrun.c280 PyRun_InteractiveOneObject(FILE *fp, PyObject *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneObject() function
303 res = PyRun_InteractiveOneObject(fp, filename, flags); in PyRun_InteractiveOneFlags()