Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ PyArray_Check_
Method
PyArray_Check_
deps/pybind11-2.13.1/include/pybind11/numpy.h:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
bool PyArray_Check_(PyObject *obj) const {
276
return PyObject_TypeCheck(obj, PyArray_Type_) != 0;
277
}
278
bool PyArrayDescr_Check_(PyObject *obj) const {
279
return PyObject_TypeCheck(obj, PyArrayDescr_Type_) != 0;
280
}
Callers
1
check_
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected