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