(self, actions)
| 295 | self._add_item(self._format_action, [action]) |
| 296 | |
| 297 | def add_arguments(self, actions): |
| 298 | for action in actions: |
| 299 | self.add_argument(action) |
| 300 | |
| 301 | # ======================= |
| 302 | # Help-formatting methods |
no test coverage detected