Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ inc
Function
inc
docs/source/dashboard-progress-script.py:14–16 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
12
13
@delayed
14
def
inc(x):
15
time.sleep(0.1)
16
return
x + 1
17
18
19
@delayed
Callers
1
dashboard-progress-script.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected