- PyAST_Compile
PyCodeObject* PyAST_Compile(_mod*, const(char)*, PyCompilerFlags*, PyArena*)
- PyAST_Compile
PyCodeObject* PyAST_Compile(_mod* mod, const(char)* s, PyCompilerFlags* f, PyArena* ar)
- PyAST_CompileEx
PyCodeObject* PyAST_CompileEx(_mod* mod, const(char)* filename, PyCompilerFlags* flags, int optimize, PyArena* arena)
- PyFuture_FromAST
PyFutureFeatures* PyFuture_FromAST(_mod*, const(char)*)
- PyNode_Compile
PyCodeObject* PyNode_Compile(node*, const(char)*)
- PyNode_CompileFlags
PyCodeObject* PyNode_CompileFlags(node*, const(char)*, PyCompilerFlags*)
- PyNode_Future
PyFutureFeatures* PyNode_Future(node*, const(char)*)
Mirror compile.h