Searched defs:PASSWD (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_urllib2_localnet.py | 210 PASSWD = 'testPass' variable in BasicAuthHandler 285 PASSWD = "testPass" variable in BasicAuthTests 328 PASSWD = "test123" variable in ProxyAuthTests |
/third_party/python/Lib/ | ||
H A D | imaplib.py | 1571 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable |
Completed in 5 milliseconds