Home
last modified time | relevance | path

Searched refs:find_user_password (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
H A Drequest.py850 def find_user_password(self, realm, authuri): member in HTTPPasswordMgr
900 def find_user_password(self, realm, authuri): member in HTTPPasswordMgrWithDefaultRealm
901 user, password = HTTPPasswordMgr.find_user_password(self, realm,
905 return HTTPPasswordMgr.find_user_password(self, None, authuri)
1013 user, pw = self.passwd.find_user_password(realm, host)
1030 user, passwd = self.passwd.find_user_password(None, req.full_url)
1162 user, pw = self.passwd.find_user_password(realm, req.full_url)
/third_party/python/Lib/test/
H A Dtest_urllib2.py149 find_user_pass = mgr.find_user_password
236 find_user_password.
240 find_user_pass = mgr.find_user_password
554 def find_user_password(self, realm, authuri): member in MockPasswordManager

Completed in 7 milliseconds