(self)
| 1541 | return s.replace("%prog", self.get_prog_name()) |
| 1542 | |
| 1543 | def get_description(self): |
| 1544 | return self.expand_prog_name(self.description) |
| 1545 | |
| 1546 | def exit(self, status=0, msg=None): |
| 1547 | if msg: |
nothing calls this directly
no test coverage detected