Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __dask_postpersist__
Method
__dask_postpersist__
dask/tests/test_base.py:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
return
tuple, ()
261
262
def
__dask_postpersist__(self):
263
return
Tuple._rebuild, (self._keys,)
264
265
@staticmethod
266
def
_rebuild(dsk, keys, *, rename=None):
Callers
4
test_custom_collection
Function · 0.95
test_persist_array_rename
Function · 0.45
test_persist_bag_rename
Function · 0.45
test_persist_item_change_name
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected