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

Function array_int

numpy/core/src/multiarray/number.c:909–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907}
908
909NPY_NO_EXPORT PyObject *
910array_int(PyArrayObject *v)
911{
912 return array_scalar_forward(v, &PyNumber_Long, " in ndarray.__int__");
913}
914
915static PyObject *
916array_index(PyArrayObject *v)

Callers

nothing calls this directly

Calls 1

array_scalar_forwardFunction · 0.85

Tested by

no test coverage detected