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

Function f

dask/tests/test_dot.py:368–369  ·  view source on GitHub ↗
(x, y=True)

Source from the content-addressed store, hash-verified

366
367def test_delayed_kwargs_apply():
368 def f(x, y=True):
369 return x + y
370
371 x = delayed(f)(1, y=2)
372 label = task_label(x.dask[x.key])

Callers 5

test_istaskFunction · 0.70
test_num_workers_configFunction · 0.70
fire_tasksFunction · 0.50
get_asyncFunction · 0.50
__await__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected