Function python27_sys::PyList_GetItem
[−]
[src]
pub unsafe extern "C" fn PyList_GetItem(
list: *mut PyObject,
index: Py_ssize_t
) -> *mut PyObject