MCPcopy
hub / github.com/dask/dask / __dask_keys__

Method __dask_keys__

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

Source from the content-addressed store, hash-verified

91 return 0
92
93 def __dask_keys__(self):
94 return [(self._name, i) for i in range(self.npartitions)]
95
96 def optimize(self, **kwargs):
97 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