Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_set
Method
test_set
t/unit/tasks/test_canvas.py:174–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
172
}
173
174
def
test_set(self):
175
assert Signature(
'TASK'
, x=1).set(task_id=
'2'
).options == {
176
'x'
: 1,
'task_id'
:
'2'
,
177
}
178
179
def
test_link(self):
180
x = signature(SIG)
Callers
nothing calls this directly
Calls
2
Signature
Class · 0.90
set
Method · 0.45
Tested by
no test coverage detected