Searched defs:Py_CompileString (Results 1 – 2 of 2) sorted by relevance
69 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) macro
1560 Py_CompileString(const char *str, const char *p, int s) in Py_CompileString() function