Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
Callers
1
test_array_interface_deprecated_kwargs
Function · 0.45
Calls
1
arange
Method · 0.45
Tested by
no test coverage detected