(self, header_result_args, body, **kwargs)
| 1127 | return meta |
| 1128 | |
| 1129 | def _apply_chord_incr(self, header_result_args, body, **kwargs): |
| 1130 | self.ensure_chords_allowed() |
| 1131 | header_result = self.app.GroupResult(*header_result_args) |
| 1132 | header_result.save(backend=self) |
| 1133 | |
| 1134 | def on_chord_part_return(self, request, state, result, **kwargs): |
| 1135 | if not self.implements_incr: |
nothing calls this directly
no test coverage detected