Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_reuse
Function · 0.45
visualize
Function · 0.45
test_gh_3055
Function · 0.45
test_array_vs_dataframe
Function · 0.45
test_anom_mean
Function · 0.45
test_reduce_with_many_common_dependents
Function · 0.45
test_xarray_8414
Function · 0.45
test_complex_ordering
Function · 0.45
test_hlg_expr_sequence_finalize
Function · 0.45
test_hlg_blockwise_fusion
Function · 0.45
test_single_annotation
Function · 0.45
test_multiple_annotations
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected