devela::_dep::pyo3::ffi

Function PySlice_GetIndices

pub unsafe extern "C" fn PySlice_GetIndices(
    r: *mut PyObject,
    length: isize,
    start: *mut isize,
    stop: *mut isize,
    step: *mut isize,
) -> i32 
Available on crate features dep_pyo3 and std only.