Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ s
Method
s
t/unit/tasks/test_canvas.py:636–637 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
634
return
self
635
636
def
s(*args, **kwargs):
637
return
static(self.add, args, kwargs, type=self.add, app=self.app)
638
639
c = s(2, 2) | s(4) | s(8)
640
r1 = c.apply_async(task_id=
'some_id'
)
Callers
15
test_link_error_eager
Method · 0.45
test_link_error
Method · 0.45
test_link_error_callback_error_callback_retries_eager
Method · 0.45
test_link_error_callback_retries
Method · 0.45
test_simple_chain
Method · 0.45
test_single_chain
Method · 0.45
test_complex_chain
Method · 0.45
test_group_results_in_chain
Method · 0.45
test_chain_on_error
Method · 0.45
test_chain_inside_group_receives_arguments
Method · 0.45
test_chord_soft_timeout_recuperation
Method · 0.45
test_chain_error_handler_with_eta
Method · 0.45
Calls
1
static
Class · 0.85
Tested by
no test coverage detected