(self)
| 978 | return [(name, getattr(self, name)) for name in names] |
| 979 | |
| 980 | def format_usage(self): |
| 981 | return self.option_strings[0] |
| 982 | |
| 983 | def __call__(self, parser, namespace, values, option_string=None): |
| 984 | raise NotImplementedError('.__call__() not defined') |
no outgoing calls