Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_link
Method
test_link
t/unit/tasks/test_canvas.py:179–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
177
}
178
179
def
test_link(self):
180
x = signature(SIG)
181
x.link(SIG)
182
x.link(SIG)
183
assert SIG in x.options[
'link'
]
184
assert len(x.options[
'link'
]) == 1
185
186
def
test_link_error(self):
187
x = signature(SIG)
Callers
nothing calls this directly
Calls
2
signature
Function · 0.90
link
Method · 0.45
Tested by
no test coverage detected