(self, string)
| 408 | return f'{t.usage}{prefix}{t.reset}{usage}\n\n' |
| 409 | |
| 410 | def _is_long_option(self, string): |
| 411 | return len(string) > 2 |
| 412 | |
| 413 | def _get_actions_usage_parts(self, actions, groups): |
| 414 | """Get usage parts with split index for optionals/positionals. |
no outgoing calls
no test coverage detected