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

Method _task

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

Source from the content-addressed store, hash-verified

536 return make_meta(self.value)
537
538 def _task(self, name: Key, index: int) -> Task:
539 assert index == 0
540 return DataNode(name, self.value) # type: ignore
541
542
543class Blockwise(Expr):

Callers

nothing calls this directly

Calls 1

DataNodeClass · 0.90

Tested by

no test coverage detected