HomeSort by relevance Sort by last modified time
    Searched full:storbinary (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 507 self.client.storbinary('stor', f)
512 self.client.storbinary('stor', f, callback=lambda x: flag.append(None))
519 self.client.storbinary('stor', f, rest=r)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 35 # Modified by Phil Schwartz to add storbinary and storlines callbacks.
94 To upload a file, use ftp.storlines() or ftp.storbinary(),
448 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:FTP
730 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): member in class:.FTP_TLS
    [all...]

Completed in 398 milliseconds