devela::_dep::pyo3::ffi

Function PyList_GET_ITEM

pub unsafe fn PyList_GET_ITEM(op: *mut PyObject, i: isize) -> *mut PyObject
Available on crate features dep_pyo3 and std only.
Expand description

Macro, trading safety for speed