Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ test_parse_nested
Function
test_parse_nested
dask/tests/test_task_spec.py:640–647 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
638
639
640
def
test_parse_nested():
641
t = Task(
642
"key"
,
643
func3,
644
x=TaskRef(
"y"
),
645
)
646
647
assert t({
"y"
:
"y"
}) ==
"//x=y"
648
649
650
class
CountSerialization:
Callers
nothing calls this directly
Calls
2
Task
Class · 0.90
TaskRef
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…