python27_sys

Function PyAST_Compile

Source
pub unsafe extern "C" fn PyAST_Compile(
    arg1: *mut Struct__mod,
    arg2: *const c_char,
    arg3: *mut PyCompilerFlags,
    arg4: *mut PyArena,
) -> *mut PyCodeObject