Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ __float__
Method
__float__
dask/array/core.py:1899–1900 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1897
__long__ = __int__
# python 2
1898
1899
def
__float__(self):
1900
return
self._scalarfunc(float)
1901
1902
def
__complex__(self):
1903
return
self._scalarfunc(complex)
Callers
nothing calls this directly
Calls
1
_scalarfunc
Method · 0.95
Tested by
no test coverage detected