MCPcopy 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

chunksMethod · 0.95
_layerMethod · 0.95

Calls 1

expanderFunction · 0.90

Tested by

no test coverage detected