MCPcopy
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_exceptionFunction · 0.45
on_chord_part_returnMethod · 0.45
_restore_depsMethod · 0.45
on_chord_part_returnMethod · 0.45

Calls 1

create_exception_clsFunction · 0.85

Tested by

no test coverage detected