MCPcopy
hub / github.com/dask/dask / test_task_executable

Function test_task_executable

dask/tests/test_task_spec.py:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176
177
178def test_task_executable():
179 t1 = Task("key-1", func, "a", "b")
180 assert t1() == func("a", "b")
181
182
183def test_task_nested_sequence():

Callers

nothing calls this directly

Calls 2

TaskClass · 0.90
funcFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…