(self, propagate=True, **kwargs)
| 608 | return states.FAILURE |
| 609 | |
| 610 | def get(self, propagate=True, **kwargs): |
| 611 | if propagate: |
| 612 | raise self.result |
| 613 | return self.result |
| 614 | |
| 615 | |
| 616 | class MockAsyncResultSuccess(AsyncResult): |
no outgoing calls
no test coverage detected