Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
178
def
test_task_executable():
179
t1 = Task(
"key-1"
, func,
"a"
,
"b"
)
180
assert t1() == func(
"a"
,
"b"
)
181
182
183
def
test_task_nested_sequence():
Callers
nothing calls this directly
Calls
2
Task
Class · 0.90
func
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…