Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib2.py794 def find_user_password(self, realm, authuri): member in HTTPPasswordMgr
844 def find_user_password(self, realm, authuri): member in HTTPPasswordMgrWithDefaultRealm
/external/python/cpython3/Lib/urllib/
Drequest.py844 def find_user_password(self, realm, authuri): member in HTTPPasswordMgr
894 def find_user_password(self, realm, authuri): member in HTTPPasswordMgrWithDefaultRealm
/external/python/cpython2/Lib/test/
Dtest_urllib2.py454 def find_user_password(self, realm, authuri): member in MockPasswordManager
/external/python/cpython3/Lib/test/
Dtest_urllib2.py534 def find_user_password(self, realm, authuri): member in MockPasswordManager