MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / compute

Function compute

code/dask/bridge_dask.py:33–34  ·  view source on GitHub ↗
(delayed_tasks)

Source from the content-addressed store, hash-verified

31def delayed(Fn, *args):
32 return dask.delayed(Fn)(*args);
33def compute(delayed_tasks):
34 return dask.compute(*delayed_tasks)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected