MCPcopy 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
216NPY_NO_EXPORT PyObject *
217PyArrayIdentityHash_GetItem(PyArrayIdentityHash const *tb, PyObject *const *key)
218{
219 return find_item(tb, key)[0];
220}

Callers 1

Calls 1

find_itemFunction · 0.85

Tested by

no test coverage detected