(self)
| 914 | return [(name, getattr(self, name)) for name in names] |
| 915 | |
| 916 | def format_usage(self): |
| 917 | return self.option_strings[0] |
| 918 | |
| 919 | def __call__(self, parser, namespace, values, option_string=None): |
| 920 | raise NotImplementedError('.__call__() not defined') |
no outgoing calls