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

Function delayed_func

dask/tests/test_delayed.py:954–955  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

952
953 @delayed
954 def delayed_func(x):
955 return x
956
957 delay_df = delayed_func(part_df)
958 dd.utils.assert_eq(

Callers 1

_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected