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

Method __array__

dask/array/tests/test_array_core.py:2784–2785  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2782 self.stop = stop
2783
2784 def __array__(self):
2785 return np.arange(self.start, self.stop)
2786
2787 class ARangeSliceable:
2788 dtype = np.dtype("i8")

Calls 1

arangeMethod · 0.45

Tested by

no test coverage detected