Searched defs:PyRun_String (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/ |
D | pythonrun.h | 170 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 84 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1794 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 2010 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function
|