pyo3::ffi

Function PyParser_ASTFromString

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