MCPcopy 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
640def 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
650class CountSerialization:

Callers

nothing calls this directly

Calls 2

TaskClass · 0.90
TaskRefClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…