Home
last modified time | relevance | path

Searched refs:storlines (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_ftplib.py628 self.client.storlines('stor', f)
633 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))
639 self.assertRaises(TypeError, self.client.storlines, 'stor foo', f)
834 self.assertRaises(ftplib.Error, self.client.storlines, 'stor', f)
/third_party/python/Lib/
Dftplib.py511 def storlines(self, cmd, fp, callback=None): member in FTP
/third_party/python/Doc/library/
Dftplib.rst302 .. method:: FTP.storlines(cmd, fp, callback=None)
/third_party/python/Doc/whatsnew/
D2.6.rst1955 :meth:`storlines` now take an optional *callback* parameter that