Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ PyArrayIdentityHash_GetItem
Function
PyArrayIdentityHash_GetItem
numpy/core/src/common/npy_hashtable.c:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
215
216
NPY_NO_EXPORT PyObject *
217
PyArrayIdentityHash_GetItem(PyArrayIdentityHash const *tb, PyObject *const *key)
218
{
219
return find_item(tb, key)[0];
220
}
Callers
1
promote_and_get_info_and_ufuncimpl
Function · 0.85
Calls
1
find_item
Function · 0.85
Tested by
no test coverage detected