Function python27_sys::PyTuple_GetItem[][src]

pub unsafe extern "C" fn PyTuple_GetItem(
    p: *mut PyObject,
    pos: Py_ssize_t
) -> *mut PyObject