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

Method is_materialized

dask/highlevelgraph.py:106–108  ·  view source on GitHub ↗

Return whether the layer is materialized or not

(self)

Source from the content-addressed store, hash-verified

104
105 @abc.abstractmethod
106 def is_materialized(self) -> bool:
107 """Return whether the layer is materialized or not"""
108 return True
109
110 @abc.abstractmethod
111 def get_output_keys(self) -> Set[Key]:

Callers 2

_repr_html_Method · 0.95
layer_info_dictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected