Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __float__
Method
__float__
dask/array/core.py:1903–1904 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1901
__long__ = __int__
# python 2
1902
1903
def
__float__(self):
1904
return
self._scalarfunc(float)
1905
1906
def
__complex__(self):
1907
return
self._scalarfunc(complex)
Callers
nothing calls this directly
Calls
1
_scalarfunc
Method · 0.95
Tested by
no test coverage detected