Skip to main content

PyList_GetItem

Function PyList_GetItem 

pub unsafe extern "C" fn PyList_GetItem(
    arg1: *mut PyObject,
    arg2: isize,
) -> *mut PyObject
Available on crate feature tls only.