(self, parser, namespace, values, option_string=None)
| 1020 | help=help) |
| 1021 | |
| 1022 | def __call__(self, parser, namespace, values, option_string=None): |
| 1023 | parser.print_help() |
| 1024 | parser.exit() |
| 1025 | |
| 1026 | |
| 1027 | class _VersionAction(Action): |
nothing calls this directly
no test coverage detected