MCPcopy
hub / github.com/dask/dask / is_materialized

Method is_materialized

dask/blockwise.py:654–655  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

652 )
653
654 def is_materialized(self):
655 return hasattr(self, "_cached_dict")
656
657 def _cull_dependencies(self, output_blocks):
658 """Determine the necessary dependencies to produce `output_blocks`.

Callers 3

test_blockwise_cullFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_blockwise_cullFunction · 0.36