Function numpy::npyffi::array::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.