MCPcopy Create free account
hub / github.com/dask/dask / f

Function f

dask/tests/test_delayed.py:386–387  ·  view source on GitHub ↗
(seq)

Source from the content-addressed store, hash-verified

384 assert x == 3
385
386 def f(seq):
387 return sum(seq)
388
389 c = delayed(f)(iter(typ([a, b])))
390 assert c.compute() == 3

Callers 6

test_to_task_daskFunction · 0.70
test_delayed_callableFunction · 0.70
test_callable_objFunction · 0.70
test_pickleFunction · 0.70
test_cloudpickleFunction · 0.70

Calls 1

sumFunction · 0.70

Tested by

no test coverage detected