MCPcopy Create free account
hub / github.com/numpy/numpy / array_shares_memory

Function array_shares_memory

numpy/core/src/multiarray/multiarraymodule.c:4441–4445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4439
4440
4441static PyObject *
4442array_shares_memory(PyObject *NPY_UNUSED(ignored), PyObject *args, PyObject *kwds)
4443{
4444 return array_shares_memory_impl(args, kwds, NPY_MAY_SHARE_EXACT, 1);
4445}
4446
4447
4448static PyObject *

Callers

nothing calls this directly

Calls 1

array_shares_memory_implFunction · 0.85

Tested by

no test coverage detected