| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected