Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ delayed_func
Function
delayed_func
dask/tests/test_delayed.py:955–956 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
953
954
@delayed
955
def
delayed_func(x):
956
return
x
957
958
delay_df = delayed_func(part_df)
959
dd.utils.assert_eq(
Callers
1
_test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…