numpy::npyffi::array

Function PyArray_CheckExact

Source
pub unsafe fn PyArray_CheckExact<'py>(
    py: Python<'py>,
    op: *mut PyObject,
) -> c_int
Expand description

Checks that op is an exact instance of PyArray or not.