Searched refs:PyAST_CompileEx (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ |
D | compile.h | 51 #define PyAST_Compile(mod, s, f, ar) PyAST_CompileEx(mod, s, f, -1, ar) 52 PyAPI_FUNC(PyCodeObject *) PyAST_CompileEx(
|
/external/python/cpython3/Python/ |
D | compile.c | 358 PyAST_CompileEx(mod_ty mod, const char *filename_str, PyCompilerFlags *flags, in PyAST_CompileEx() function 5543 return PyAST_CompileEx(mod, filename, flags, -1, arena); in PyAST_Compile()
|