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