Searched defs:PyRun_String (Results 1 – 2 of 2) sorted by relevance
| /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/cpython2/Python/ |
| D | pythonrun.c | 1998 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function
|