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

Function array_float

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

Source from the content-addressed store, hash-verified

901
902
903NPY_NO_EXPORT PyObject *
904array_float(PyArrayObject *v)
905{
906 return array_scalar_forward(v, &PyNumber_Float, " in ndarray.__float__");
907}
908
909NPY_NO_EXPORT PyObject *
910array_int(PyArrayObject *v)

Callers

nothing calls this directly

Calls 1

array_scalar_forwardFunction · 0.85

Tested by

no test coverage detected