MCPcopy Index your code
hub / github.com/dask/dask / __dask_graph__

Method __dask_graph__

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

Source from the content-addressed store, hash-verified

1392 return (Array, (self.dask, self.name, self.chunks, self.dtype, self._meta))
1393
1394 def __dask_graph__(self) -> Graph:
1395 return self.dask
1396
1397 def __dask_layers__(self) -> Sequence[str]:
1398 return (self.name,)

Callers 3

to_delayedMethod · 0.95
tsqrFunction · 0.45
sfqrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected