Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __float__
Method
__float__
numpy/lib/_user_array_impl.py:219–220 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
217
return
self._scalarfunc(complex)
218
219
def
__float__(self):
220
return
self._scalarfunc(float)
221
222
def
__int__(self):
223
return
self._scalarfunc(int)
Callers
nothing calls this directly
Calls
1
_scalarfunc
Method · 0.95
Tested by
no test coverage detected