Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ array_nbytes_get
Function
array_nbytes_get
numpy/core/src/multiarray/getset.c:435–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
433
}
434
435
static PyObject *
436
array_nbytes_get(PyArrayObject *self, void *NPY_UNUSED(ignored))
437
{
438
return PyArray_PyIntFromIntp(PyArray_NBYTES(self));
439
}
440
441
442
/*
Callers
nothing calls this directly
Calls
1
PyArray_PyIntFromIntp
Function · 0.85
Tested by
no test coverage detected