Home
last modified time | relevance | path

Searched defs:PyRun_SimpleString (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL) macro
/external/python/cpython2/Python/
Dpythonrun.c2005 PyRun_SimpleString(const char *s) in PyRun_SimpleString() function