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

Function unwrap_partial

dask/optimization.py:372–375  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

370
371
372def unwrap_partial(func):
373 while hasattr(func, "func"):
374 func = func.func
375 return func
376
377
378def functions_of(task):

Callers 1

functions_ofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected