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

Method _task

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

Source from the content-addressed store, hash-verified

2544 )
2545
2546 def _task(self, name: Key, index: int) -> Task:
2547 raise NotImplementedError()
2548
2549 def _simplify_down(self):
2550 if isinstance(self.frame, Elemwise):

Callers 1

_taskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected