Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ add
Function
add
docs/source/dashboard-progress-script.py:26–28 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
24
25
@delayed
26
def
add(x, y):
27
time.sleep(0.1)
28
return
x + y
29
30
31
if
__name__ ==
"__main__"
:
Callers
1
dashboard-progress-script.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected