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

Method _rebuild

dask/tests/test_base.py:266–269  ·  view source on GitHub ↗
(dsk, keys, *, rename=None)

Source from the content-addressed store, hash-verified

264
265 @staticmethod
266 def _rebuild(dsk, keys, *, rename=None):
267 if rename:
268 keys = [replace_name_in_key(key, rename) for key in keys]
269 return Tuple(dsk, keys)
270
271
272def test_custom_collection():

Callers

nothing calls this directly

Calls 2

replace_name_in_keyFunction · 0.90
TupleClass · 0.70

Tested by

no test coverage detected