Function pyo3::ffi::PyList_GET_ITEM[][src]

pub unsafe fn PyList_GET_ITEM(op: *mut PyObject, i: Py_ssize_t) -> *mut PyObject
This is supported on non-PyPy only.
Expand description

Macro, trading safety for speed