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

Method __index__

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

Source from the content-addressed store, hash-verified

1901 return self._scalarfunc(complex)
1902
1903 def __index__(self):
1904 return self._scalarfunc(operator.index)
1905
1906 def __setitem__(self, key, value):
1907 if value is np.ma.masked:

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected