(self, header_result_args, body, **kwargs)
| 824 | pass |
| 825 | |
| 826 | def apply_chord(self, header_result_args, body, **kwargs): |
| 827 | self.ensure_chords_allowed() |
| 828 | header_result = self.app.GroupResult(*header_result_args) |
| 829 | self.fallback_chord_unlock(header_result, body, **kwargs) |
| 830 | |
| 831 | def current_task_children(self, request=None): |
| 832 | request = request or getattr(get_current_task(), 'request', None) |