[][src]Function python27_sys::PyTuple_GetItem

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