(self, group_id, chord_size)
| 467 | return retval |
| 468 | |
| 469 | def set_chord_size(self, group_id, chord_size): |
| 470 | self.set(self.get_key_for_group(group_id, '.s'), chord_size) |
| 471 | |
| 472 | def apply_chord(self, header_result_args, body, **kwargs): |
| 473 | # If any of the child results of this chord are complex (ie. group |
nothing calls this directly
no test coverage detected