pub unsafe fn PyArray_CheckExact<'py>( py: Python<'py>, op: *mut PyObject, ) -> c_int
Checks that op is an exact instance of PyArray or not.
op
PyArray