MCPcopy
hub / github.com/dask/dask / _task

Method _task

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

Source from the content-addressed store, hash-verified

2567 )
2568
2569 def _task(self, name: Key, index: int) -> Task:
2570 raise NotImplementedError()
2571
2572 def _simplify_down(self):
2573 if isinstance(self.frame, Elemwise):

Callers 1

_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected