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

Method __dask_keys__

dask/_expr.py:966–967  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

964 _parameters = ["dsk"]
965
966 def __dask_keys__(self):
967 return list(self.operand("dsk"))
968
969 def _layer(self) -> dict:
970 return ensure_dict(self.operand("dsk"))

Callers

nothing calls this directly

Calls 1

operandMethod · 0.80

Tested by

no test coverage detected