MCPcopy Create free account
hub / github.com/pybind/pybind11 / PyArrayDescr_Check_

Method PyArrayDescr_Check_

include/pybind11/numpy.h:287–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 return PyObject_TypeCheck(obj, PyArray_Type_) != 0;
286 }
287 bool PyArrayDescr_Check_(PyObject *obj) const {
288 return PyObject_TypeCheck(obj, PyArrayDescr_Type_) != 0;
289 }
290
291 unsigned int (*PyArray_GetNDArrayCFeatureVersion_)();
292 PyObject *(*PyArray_DescrFromType_)(int);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected