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