Function python27_sys::PyObject_DelItem[][src]

pub unsafe extern "C" fn PyObject_DelItem(
    o: *mut PyObject,
    key: *mut PyObject
) -> c_int