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

Method __dask_graph__

dask/tests/test_composite_expr.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 return self._expr
83
84 def __dask_graph__(self):
85 return self.expr.__dask_graph__()
86
87 def __dask_keys__(self):
88 return self.expr.__dask_keys__()

Callers

nothing calls this directly

Calls 1

__dask_graph__Method · 0.45

Tested by

no test coverage detected