Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpythonrun.h82 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags((s), NULL) macro
/external/python/cpython3/Python/
Dpythonrun.c1668 PyRun_SimpleString(const char *s) in PyRun_SimpleString() function