Quit, and close the connection.
(self)
| 649 | return parse257(resp) |
| 650 | |
| 651 | def quit(self): |
| 652 | '''Quit, and close the connection.''' |
| 653 | resp = self.voidcmd('QUIT') |
| 654 | self.close() |
| 655 | return resp |
| 656 | |
| 657 | def close(self): |
| 658 | '''Close the connection without assuming anything about it.''' |