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

Method _layer

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

Source from the content-addressed store, hash-verified

294 return self._layer_information[1]
295
296 def _layer(self) -> dict:
297 return self._layer_information[0]
298
299
300class LocEmpty(LocList):

Callers 1

_layer_cacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected