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