MCPcopy Index your code
hub / github.com/dask/dask / persist

Method persist

dask/array/_array_expr/_collection.py:83–84  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

81 return DaskMethodsMixin.compute(self.optimize(), **kwargs)
82
83 def persist(self, **kwargs):
84 return DaskMethodsMixin.persist(self.optimize(), **kwargs)
85
86 def optimize(self):
87 return new_collection(self.expr.optimize())

Callers 7

compression_matrixFunction · 0.45
svd_compressedFunction · 0.45
_check_chunksFunction · 0.45
test_metadataFunction · 0.45

Calls 1

optimizeMethod · 0.95

Tested by 4

test_metadataFunction · 0.36