MCPcopy 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
14def inc(x):
15 time.sleep(0.1)
16 return x + 1
17
18
19@delayed

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected