Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py850 def find_user_password(self, realm, authuri): member in HTTPPasswordMgr
900 def find_user_password(self, realm, authuri): member in HTTPPasswordMgrWithDefaultRealm
/third_party/python/Lib/test/
Dtest_urllib2.py536 def find_user_password(self, realm, authuri): member in MockPasswordManager