Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_matrix
Function · 0.45
svd_compressed
Function · 0.45
_check_chunks
Function · 0.45
test_setitem_extended_API_2d_mask
Function · 0.45
test_dot_persist_equivalence
Function · 0.45
test_disable_lowlevel_fusion
Function · 0.45
test_metadata
Function · 0.45
Calls
1
optimize
Method · 0.95
Tested by
4
test_setitem_extended_API_2d_mask
Function · 0.36
test_dot_persist_equivalence
Function · 0.36
test_disable_lowlevel_fusion
Function · 0.36
test_metadata
Function · 0.36