Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __reduce__
Method
__reduce__
celery/result.py:410–411 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
408
)
409
410
def
__reduce__(self):
411
return
self.__class__, self.__reduce_args__()
412
413
def
__reduce_args__(self):
414
return
self.id, self.backend, None, None, self.parent
Callers
2
test_reduce_direct
Method · 0.95
test_reduce_restore
Method · 0.95
Calls
1
__reduce_args__
Method · 0.95
Tested by
2
test_reduce_direct
Method · 0.76
test_reduce_restore
Method · 0.76