Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1100
def
test_alias_task_ref_key():
1101
t = Alias(TaskRef(
"a"
),
"b"
)
1102
assert t.key ==
"a"
1103
assert isinstance(t.key, str)
1104
1105
1106
def
test_substitute_nested():
Callers
nothing calls this directly
Calls
2
Alias
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…