Function pyo3_macros_backend::pymethod::split_off_python_arg

source ·
fn split_off_python_arg<'a>(
    args: &'a [FnArg<'a>]
) -> (Option<&PyArg<'_>>, &[FnArg<'_>])
Expand description

Split an argument of pyo3::Python from the front of the arg list, if present

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here