Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ ref
Method
ref
dask/_task_spec.py:384–385 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
382
__slots__ = tuple(__annotations__)
383
384
def
ref(self):
385
return
Alias(self.key)
386
387
def
copy(self):
388
raise
NotImplementedError
Callers
15
simplify_once
Method · 0.80
collect_dependents
Function · 0.80
_layer
Method · 0.80
_layer
Method · 0.80
test_repr
Function · 0.80
test_dependency_as_kwarg
Function · 0.80
test_array_as_argument
Function · 0.80
test_resolve_aliases
Function · 0.80
test_execute_tasks_in_graph
Function · 0.80
test_keys_in_tasks
Function · 0.80
test_dependencies_mapping_doesnt_mutate_task
Function · 0.80
test_fuse_tasks_key
Function · 0.80
Calls
1
Alias
Class · 0.85
Tested by
15
test_repr
Function · 0.64
test_dependency_as_kwarg
Function · 0.64
test_array_as_argument
Function · 0.64
test_resolve_aliases
Function · 0.64
test_execute_tasks_in_graph
Function · 0.64
test_keys_in_tasks
Function · 0.64
test_dependencies_mapping_doesnt_mutate_task
Function · 0.64
test_fuse_tasks_key
Function · 0.64
test_fuse_tasks
Function · 0.64
test_fused_ensure_only_executed_once
Function · 0.64
test_fused_dont_hold_in_memory_too_long
Function · 0.64
test_linear_fusion
Function · 0.64