Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dftplib.py463 def storlines(self, cmd, fp, callback=None): member in FTP
736 def storlines(self, cmd, fp, callback=None): member in FTP_TLS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ftplib.py524 self.client.storlines('stor', f)
529 self.client.storlines('stor foo', f, callback=lambda x: flag.append(None))