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

Method __dask_graph__

dask/dataframe/dask_expr/_collection.py:546–549  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

544 return self.__dask_graph__()
545
546 def __dask_graph__(self):
547 out = self.expr
548 out = out.lower_completely()
549 return out.__dask_graph__()
550
551 def __dask_keys__(self):
552 out = self.expr

Callers 15

daskMethod · 0.95
_check_daskFunction · 0.45
assert_sane_keynamesFunction · 0.45
_layerMethod · 0.45
to_delayedMethod · 0.45
to_bagFunction · 0.45
test_io_fusion_blockwiseFunction · 0.45
test_from_mapFunction · 0.45
test_fuse_broadcast_depsFunction · 0.45
test_persistFunction · 0.45
test_serializationFunction · 0.45

Calls 1

lower_completelyMethod · 0.80

Tested by 15

test_io_fusion_blockwiseFunction · 0.36
test_from_mapFunction · 0.36
test_fuse_broadcast_depsFunction · 0.36
test_persistFunction · 0.36
test_serializationFunction · 0.36
test_series_split_everyFunction · 0.36
test_split_every_lt2Function · 0.36