Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpythonrun.h69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) macro
/third_party/python/Python/
Dpythonrun.c1560 Py_CompileString(const char *str, const char *p, int s) in Py_CompileString() function