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