Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ _task
Method
_task
dask/dataframe/dask_expr/_expr.py:537–539 ·
view source on GitHub ↗
(self, name: Key, index: int)
Source
from the content-addressed store, hash-verified
535
return
make_meta(self.value)
536
537
def
_task(self, name: Key, index: int) -> Task:
538
assert index == 0
539
return
DataNode(name, self.value)
# type: ignore[return-value]
540
541
542
class
Blockwise(Expr):
Callers
nothing calls this directly
Calls
1
DataNode
Class · 0.90
Tested by
no test coverage detected