Home
last modified time | relevance | path

Searched defs:PyRun_String (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpythonrun.h134 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
/external/python/cpython2/Include/
Dpythonrun.h84 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
/external/python/cpython3/Python/
Dpythonrun.c1572 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function
/external/python/cpython2/Python/
Dpythonrun.c2010 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function