Skip to main content

PyArray_FromAny

Type Alias PyArray_FromAny 

Source
pub type PyArray_FromAny = unsafe extern "C" fn(op: *mut PyObject, newtype: *mut PyArray_Descr, min_depth: c_int, max_depth: c_int, flags: c_int, context: *mut PyObject) -> *mut PyObject;