(self, msg)
| 517 | print(msg, file=self.stdout) |
| 518 | |
| 519 | def error(self, msg): |
| 520 | print('***', msg, file=self.stdout) |
| 521 | |
| 522 | # Generic completion functions. Individual complete_foo methods can be |
| 523 | # assigned below to one of these functions. |
no test coverage detected