MCPcopy
hub / github.com/dask/dask / _merge_chunk_wrapper

Function _merge_chunk_wrapper

dask/dataframe/multi.py:360–366  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

358
359
360def _merge_chunk_wrapper(*args, **kwargs):
361 return merge_chunk(
362 *args,
363 **{
364 k: pickle.loads(v) if isinstance(v, bytes) else v for k, v in kwargs.items()
365 },
366 )

Callers

nothing calls this directly

Calls 2

merge_chunkFunction · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…