Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_dask
Function · 0.70
test_delayed_callable
Function · 0.70
test_delayed_name_on_call
Function · 0.70
test_callable_obj
Function · 0.70
test_pickle
Function · 0.70
test_cloudpickle
Function · 0.70
Calls
1
sum
Function · 0.70
Tested by
no test coverage detected