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