Home
last modified time | relevance | path

Searched defs:acct (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dftplib.py113 def __init__(self, host='', user='', passwd='', acct='', argument
363 def login(self, user = '', passwd = '', acct = ''): argument
488 def acct(self, password): member in FTP
624 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
631 def login(self, user='', passwd='', acct='', secure=True): argument