MCPcopy
hub / github.com/dask/dask / _cull

Method _cull

dask/blockwise.py:713–725  ·  view source on GitHub ↗
(self, output_blocks)

Source from the content-addressed store, hash-verified

711 return key_deps
712
713 def _cull(self, output_blocks):
714 return Blockwise(
715 self.output,
716 self.output_indices,
717 self.task,
718 self.indices,
719 self.numblocks,
720 concatenate=self.concatenate,
721 new_axes=self.new_axes,
722 output_blocks=output_blocks,
723 annotations=self.annotations,
724 io_deps=self.io_deps,
725 )
726
727 def cull(
728 self, keys: set, all_hlg_keys: Iterable

Callers 1

cullMethod · 0.95

Calls 1

BlockwiseClass · 0.70

Tested by

no test coverage detected