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.