Function pyo3_ffi::PyList_SET_ITEM
source · [−]pub unsafe fn PyList_SET_ITEM(
op: *mut PyObject,
i: Py_ssize_t,
v: *mut PyObject
)Expand description
Macro, only to be used to fill in brand new lists
pub unsafe fn PyList_SET_ITEM(
op: *mut PyObject,
i: Py_ssize_t,
v: *mut PyObject
)Macro, only to be used to fill in brand new lists