Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ double
Function
double
docs/source/dashboard-progress-script.py:20–22 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
18
19
@delayed
20
def
double(x):
21
time.sleep(0.1)
22
return
2 * x
23
24
25
@delayed
Callers
1
dashboard-progress-script.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…