(self, msg)
| 466 | print(msg, file=self.stdout) |
| 467 | |
| 468 | def error(self, msg): |
| 469 | print('***', msg, file=self.stdout) |
| 470 | |
| 471 | # Generic completion functions. Individual complete_foo methods can be |
| 472 | # assigned below to one of these functions. |
no test coverage detected