Searched refs:storlines (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_ftplib.py | 628 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/ |
D | ftplib.py | 511 def storlines(self, cmd, fp, callback=None): member in FTP
|
/third_party/python/Doc/library/ |
D | ftplib.rst | 302 .. method:: FTP.storlines(cmd, fp, callback=None)
|
/third_party/python/Doc/whatsnew/ |
D | 2.6.rst | 1955 :meth:`storlines` now take an optional *callback* parameter that
|