Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
372
def
unwrap_partial(func):
373
while
hasattr(func,
"func"
):
374
func = func.func
375
return
func
376
377
378
def
functions_of(task):
Callers
1
functions_of
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected