Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2_localnet.py207 PASSWD = 'testPass' variable in BasicAuthHandler
282 PASSWD = "testPass" variable in BasicAuthTests
325 PASSWD = "test123" variable in ProxyAuthTests
/third_party/python/Lib/
Dimaplib.py1571 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost")) variable