PyAST_Compile

Availability: 2.*

  1. PyCodeObject* PyAST_Compile(_mod* mod, const(char)* s, PyCompilerFlags* f, PyArena* ar)
  2. PyCodeObject* PyAST_Compile(_mod* , const(char)* , PyCompilerFlags* , PyArena* )
    version(Python_2_5_Or_Later && !Python_3_2_Or_Later)
    extern (C)
    PyAST_Compile
    (,
    const(char)*
    ,,)

Meta