MCPcopy 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_collectionFunction · 0.95
test_persist_bag_renameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected