Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cull
Function · 0.45
test_len_does_not_materialize
Function · 0.45
assert_did_not_materialize
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_blockwise_cull
Function · 0.36
test_len_does_not_materialize
Function · 0.36
assert_did_not_materialize
Function · 0.36