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):  argument844     def find_user_password(self, realm, authuri):  argument
 
 | 
| /external/python/cpython3/Lib/urllib/ | 
| D | request.py | 850     def find_user_password(self, realm, authuri):  argument900     def find_user_password(self, realm, authuri):  argument
 931     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 | 552     def find_user_password(self, realm, authuri):  argument
 |