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

Method __float__

numpy/lib/user_array.py:192–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190 return self._scalarfunc(complex)
191
192 def __float__(self):
193 return self._scalarfunc(float)
194
195 def __int__(self):
196 return self._scalarfunc(int)

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected