MCPcopy Create free account
hub / github.com/dask/dask / ref

Method ref

dask/_task_spec.py:375–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 __slots__ = tuple(__annotations__)
374
375 def ref(self):
376 return Alias(self.key)
377
378 def copy(self):
379 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