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

Method __dask_graph__

dask/tests/test_base.py:247–248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

245 return Tuple(merge(self._dask, other._dask), self._keys + other._keys)
246
247 def __dask_graph__(self):
248 return self._dask
249
250 def __dask_keys__(self):
251 return self._keys

Callers 15

test_prohibit_reuseFunction · 0.45
visualizeFunction · 0.45
test_gh_3055Function · 0.45
test_array_vs_dataframeFunction · 0.45
test_anom_meanFunction · 0.45
test_xarray_8414Function · 0.45
test_complex_orderingFunction · 0.45
test_single_annotationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected