PyAST_Compile

Availability: >= 3.2

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

Meta