Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds