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

Function array_may_share_memory

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

Source from the content-addressed store, hash-verified

4446
4447
4448static PyObject *
4449array_may_share_memory(PyObject *NPY_UNUSED(ignored), PyObject *args, PyObject *kwds)
4450{
4451 return array_shares_memory_impl(args, kwds, NPY_MAY_SHARE_BOUNDS, 0);
4452}
4453
4454static PyObject *
4455normalize_axis_index(PyObject *NPY_UNUSED(self),

Callers

nothing calls this directly

Calls 1

array_shares_memory_implFunction · 0.85

Tested by

no test coverage detected