MCPcopy Index your code
hub / github.com/dask/dask / test_alias_task_ref_key

Function test_alias_task_ref_key

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

Source from the content-addressed store, hash-verified

1098
1099
1100def test_alias_task_ref_key():
1101 t = Alias(TaskRef("a"), "b")
1102 assert t.key == "a"
1103 assert isinstance(t.key, str)
1104
1105
1106def test_substitute_nested():

Callers

nothing calls this directly

Calls 2

AliasClass · 0.90
TaskRefClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…