(self, fix, actions)
| 1685 | ] |
| 1686 | |
| 1687 | def run_actions(self, fix, actions): |
| 1688 | for action in actions: |
| 1689 | self.run_action(fix, action) |
| 1690 | |
| 1691 | def run_action(self, fix, action, *, hideclosed=True): |
| 1692 | end = action.resolve_end(fix.end) |
no test coverage detected