(self, parser, namespace, values, option_string=None)
| 882 | return self.option_strings[0] |
| 883 | |
| 884 | def __call__(self, parser, namespace, values, option_string=None): |
| 885 | raise NotImplementedError(_('.__call__() not defined')) |
| 886 | |
| 887 | |
| 888 | class BooleanOptionalAction(Action): |