MCPcopy Create free account
hub / github.com/dask/dask / __int__

Method __int__

dask/array/core.py:1898–1899  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1896 return cast_type(self.compute().item())
1897
1898 def __int__(self):
1899 return self._scalarfunc(int)
1900
1901 __long__ = __int__ # python 2
1902

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected