Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ restore
Method
restore
celery/utils/serialization.py:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
text)
140
141
def
restore(self):
142
return
create_exception_cls(self.exc_cls_name,
143
self.exc_module)(*self.exc_args)
144
145
def
__str__(self):
146
return
self.text
Callers
4
get_pickled_exception
Function · 0.45
on_chord_part_return
Method · 0.45
_restore_deps
Method · 0.45
on_chord_part_return
Method · 0.45
Calls
1
create_exception_cls
Function · 0.85
Tested by
no test coverage detected