Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ expand
Method
expand
dask/array/_array_expr/_slicing.py:440–441 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
438
439
@functools.cached_property
440
def
expand(self):
441
return
expander(self.where_none)
442
443
def
_layer(self) -> dict:
444
dsk = super()._layer()
Callers
2
chunks
Method · 0.95
_layer
Method · 0.95
Calls
1
expander
Function · 0.90
Tested by
no test coverage detected