(self, arg)
| 130 | self.push('+OK done nothing.') |
| 131 | |
| 132 | def cmd_quit(self, arg): |
| 133 | self.push('+OK closing.') |
| 134 | self.close_when_done() |
| 135 | |
| 136 | def _get_capas(self): |
| 137 | _capas = dict(self.CAPAS) |
nothing calls this directly
no test coverage detected