(self, parser, namespace, values, option_string=None)
| 1013 | help=help) |
| 1014 | |
| 1015 | def __call__(self, parser, namespace, values, option_string=None): |
| 1016 | parser.print_help() |
| 1017 | parser.exit() |
| 1018 | |
| 1019 | |
| 1020 | class _VersionAction(Action): |
nothing calls this directly
no test coverage detected