(self)
| 1223 | self._create_option_mappings() |
| 1224 | |
| 1225 | def _add_help_option(self): |
| 1226 | self.add_option("-h", "--help", |
| 1227 | action="help", |
| 1228 | help=_("show this help message and exit")) |
| 1229 | |
| 1230 | def _add_version_option(self): |
| 1231 | self.add_option("--version", |
no test coverage detected