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

Method __dask_keys__

dask/dataframe/dask_expr/_expr.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 return 0
93
94 def __dask_keys__(self):
95 return [(self._name, i) for i in range(self.npartitions)]
96
97 def optimize(self, **kwargs):
98 return optimize(self, **kwargs)

Callers 14

_layerMethod · 0.45
_layerMethod · 0.45
_layerMethod · 0.45
_layerMethod · 0.45
_layerMethod · 0.45
to_bagFunction · 0.45
_layerMethod · 0.45
test_read_csv_indexFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_read_csv_indexFunction · 0.36
test_hash_split_uniqueFunction · 0.36
check_and_returnFunction · 0.36