MCPcopy
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_onceMethod · 0.80
collect_dependentsFunction · 0.80
_layerMethod · 0.80
_layerMethod · 0.80
test_reprFunction · 0.80
test_dependency_as_kwargFunction · 0.80
test_array_as_argumentFunction · 0.80
test_resolve_aliasesFunction · 0.80
test_keys_in_tasksFunction · 0.80
test_fuse_tasks_keyFunction · 0.80

Calls 1

AliasClass · 0.85

Tested by 15

test_reprFunction · 0.64
test_dependency_as_kwargFunction · 0.64
test_array_as_argumentFunction · 0.64
test_resolve_aliasesFunction · 0.64
test_keys_in_tasksFunction · 0.64
test_fuse_tasks_keyFunction · 0.64
test_fuse_tasksFunction · 0.64
test_linear_fusionFunction · 0.64