MCPcopy
hub / github.com/celery/celery / raises

Method raises

t/unit/tasks/test_trace.py:46–47  ·  view source on GitHub ↗
(exc)

Source from the content-addressed store, hash-verified

44
45 @self.app.task(shared=False)
46 def raises(exc):
47 raise exc
48
49 self.raises = raises
50

Calls

no outgoing calls

Tested by

no test coverage detected