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

Method _task

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

Source from the content-addressed store, hash-verified

1287 return self.operation(*args)
1288
1289 def _task(self, name: Key, index: int) -> Task:
1290 args = [self._blockwise_arg(self.frame, index)] + [
1291 self.state_data[index],
1292 self.frac,
1293 self.operand("replace"),
1294 ]
1295 return Task(name, self.operation, *args)
1296
1297
1298class Query(Blockwise):

Callers

nothing calls this directly

Calls 3

TaskClass · 0.90
operandMethod · 0.80
_blockwise_argMethod · 0.45

Tested by

no test coverage detected