Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_repr
Method
test_repr
t/unit/app/test_exceptions.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
assert x.requeue
27
28
def
test_repr(self):
29
assert repr(Reject(
'foo'
, True))
30
31
def
test_pickleable(self):
32
x = Retry(
'foo'
, True)
Callers
nothing calls this directly
Calls
1
Reject
Class · 0.90
Tested by
no test coverage detected