Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ __int__
Method
__int__
dask/array/core.py:1894–1895 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1892
return
cast_type(self.compute().item())
1893
1894
def
__int__(self):
1895
return
self._scalarfunc(int)
1896
1897
__long__ = __int__
# python 2
1898
Callers
nothing calls this directly
Calls
1
_scalarfunc
Method · 0.95
Tested by
no test coverage detected