Home
last modified time | relevance | path

Searched refs:PyAST_CompileEx (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dcompile.h51 #define PyAST_Compile(mod, s, f, ar) PyAST_CompileEx(mod, s, f, -1, ar)
52 PyAPI_FUNC(PyCodeObject *) PyAST_CompileEx(
/external/python/cpython3/Python/
Dcompile.c358 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()