MCPcopy Index your code
hub / github.com/dask/dask / _layer_cache

Method _layer_cache

dask/dataframe/dask_expr/_indexing.py:219–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217
218 @functools.cached_property
219 def _layer_cache(self):
220 return convert_legacy_graph(self._layer())
221
222 def _task(self, name: Key, index: int) -> Task:
223 t = self._layer_cache[(self._name, index)]

Callers

nothing calls this directly

Calls 2

convert_legacy_graphFunction · 0.90
_layerMethod · 0.45

Tested by

no test coverage detected