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

Method _task

dask/dataframe/dask_expr/_expr.py:3036–3037  ·  view source on GitHub ↗
(self, name: Key, index: int)

Source from the content-addressed store, hash-verified

3034 return tuple(divisions)
3035
3036 def _task(self, name: Key, index: int) -> Task:
3037 return Alias(name, (self.frame._name, self.partitions[index])) # type: ignore[return-value]
3038
3039 def _simplify_down(self):
3040 from dask.dataframe.dask_expr import SetIndexBlockwise

Callers

nothing calls this directly

Calls 1

AliasClass · 0.90

Tested by

no test coverage detected