MCPcopy
hub / github.com/dask/dask / __dask_graph__

Method __dask_graph__

dask/array/tests/test_dispatch.py:131–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 return type(self)(func(*args, **kwargs), **self.attrs)
130
131 def __dask_graph__(self):
132 # Note: make sure that dask dusk arrays do not interfere with the
133 # dispatch mechanism. The return value here, doesn't matter.
134 return ...
135
136 shape = dispatch_property("shape")
137 ndim = dispatch_property("ndim")

Calls

no outgoing calls

Tested by

no test coverage detected