Home | History | Annotate | Download | only in python2.7

Lines Matching defs:quit

23 >>> ftp.quit()
580 def quit(self):
581 '''Quit, and close the connection.'''
582 resp = self.voidcmd('QUIT')
628 >>> ftps.quit()
1042 ftp.quit()