Searched defs:PyRun_String (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/cpython/ |
D | pythonrun.h | 99 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
|
/third_party/python/Python/ |
D | pythonrun.c | 1546 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function
|