(self, usage, actions, groups, prefix=None)
| 172 | super(TranslatableHelpFormatter, self).__init__(*args, **kwargs) |
| 173 | |
| 174 | def add_usage(self, usage, actions, groups, prefix=None): |
| 175 | prefix = _("Usage: ") |
| 176 | args = usage, actions, groups, prefix |
| 177 | self._add_item(self._format_usage, args) |
| 178 | |
| 179 | class Progressbar: |
| 180 | def __init__(self, video_metadata: VideoMetadata): |
nothing calls this directly
no outgoing calls
no test coverage detected