Home
last modified time | relevance | path

Searched defs:PyAST_Compile (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dcompile.h65 #define PyAST_Compile(mod, s, f, ar) PyAST_CompileEx(mod, s, f, -1, ar) macro
/external/python/cpython2/Python/
Dcompile.c254 PyAST_Compile(mod_ty mod, const char *filename, PyCompilerFlags *flags, in PyAST_Compile() function
/external/python/cpython3/Python/
Dcompile.c6073 PyAST_Compile(mod_ty mod, const char *filename, PyCompilerFlags *flags, in PyAST_Compile() function