Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ trace
Method
trace
t/unit/tasks/test_trace.py:51–52 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
49
self.raises = raises
50
51
def
trace(self, *args, **kwargs):
52
return
trace(self.app, *args, **kwargs)
53
54
55
class
test_trace(TraceCase):
Callers
15
test_trace_successful
Method · 0.80
test_trace_before_start
Method · 0.80
test_trace_on_success
Method · 0.80
test_trace_after_return
Method · 0.80
test_with_prerun_receivers
Method · 0.80
test_with_postrun_receivers
Method · 0.80
test_with_success_receivers
Method · 0.80
test_when_chord_part
Method · 0.80
test_when_backend_cleanup_raises
Method · 0.80
test_eager_task_does_not_store_result_even_if_not_ignore_result
Method · 0.80
test_eager_task_does_not_call_store_result
Method · 0.80
test_eager_task_will_store_result_if_proper_setting_is_set
Method · 0.80
Calls
1
trace
Function · 0.85
Tested by
no test coverage detected