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