Searched defs:find_user_password (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | urllib2.py | 794 def find_user_password(self, realm, authuri): member in HTTPPasswordMgr |
/external/python/cpython3/Lib/urllib/ | ||
D | request.py | 844 def find_user_password(self, realm, authuri): member in HTTPPasswordMgr |
/external/python/cpython2/Lib/test/ | ||
D | test_urllib2.py | 454 def find_user_password(self, realm, authuri): member in MockPasswordManager |
/external/python/cpython3/Lib/test/ | ||
D | test_urllib2.py | 534 def find_user_password(self, realm, authuri): member in MockPasswordManager |