(self, parser, namespace, values, option_string=None)
| 1119 | help=help) |
| 1120 | |
| 1121 | def __call__(self, parser, namespace, values, option_string=None): |
| 1122 | parser.print_help() |
| 1123 | parser.exit() |
| 1124 | |
| 1125 | |
| 1126 | class _VersionAction(Action): |
nothing calls this directly
no test coverage detected