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

Function array_size_get

numpy/core/src/multiarray/getset.c:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429static PyObject *
430array_size_get(PyArrayObject *self, void* NPY_UNUSED(ignored))
431{
432 return PyArray_PyIntFromIntp(PyArray_SIZE(self));
433}
434
435static PyObject *
436array_nbytes_get(PyArrayObject *self, void *NPY_UNUSED(ignored))

Callers

nothing calls this directly

Calls 1

PyArray_PyIntFromIntpFunction · 0.85

Tested by

no test coverage detected