MCPcopy
hub / github.com/dask/dask / test_lambda_with_cloudpickle

Function test_lambda_with_cloudpickle

dask/tests/test_multiprocessing.py:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92
93def test_lambda_with_cloudpickle():
94 dsk = {"x": 2, "y": (lambda x: x + 1, "x")}
95 assert get(dsk, "y") == 3
96
97
98def lambda_result():

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…