Quit, and close the connection.
(self)
| 655 | return parse257(resp) |
| 656 | |
| 657 | def quit(self): |
| 658 | '''Quit, and close the connection.''' |
| 659 | resp = self.voidcmd('QUIT') |
| 660 | self.close() |
| 661 | return resp |
| 662 | |
| 663 | def close(self): |
| 664 | '''Close the connection without assuming anything about it.''' |