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

Method __dask_layers__

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

Source from the content-addressed store, hash-verified

1397 return self.dask
1398
1399 def __dask_layers__(self) -> Sequence[str]:
1400 return (self.name,)
1401
1402 def __dask_keys__(self) -> NestedKeys:
1403 if self._cached_keys is not None:

Callers 5

to_delayedMethod · 0.95
tsqrFunction · 0.45
sfqrFunction · 0.45
test_dask_layersFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_dask_layersFunction · 0.36