Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
367
def
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_istask
Function · 0.70
test_num_workers_config
Function · 0.70
fire_tasks
Function · 0.50
get_async
Function · 0.50
__await__
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected