Function pyo3::ffi::PyAST_CompileEx

source ·
pub unsafe extern "C" fn PyAST_CompileEx(
    _mod: *mut _mod,
    filename: *const i8,
    flags: *mut PyCompilerFlags,
    optimize: i32,
    arena: *mut PyArena
) -> *mut PyCodeObject
Available on neither PyPy nor Py_3_10.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here