numpy::npyffi::array

Function PyArray_Check

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

Checks that op is an instance of PyArray or not.