MCPcopy 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
26def add(x, y):
27 time.sleep(0.1)
28 return x + y
29
30
31if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected