Searched refs:_test_basic_auth (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_urllib2.py | 1138 self._test_basic_auth(opener, auth_handler, "Authorization", 1158 self._test_basic_auth(opener, auth_handler, "Authorization", 1176 self._test_basic_auth(opener, auth_handler, "Proxy-authorization", 1220 self._test_basic_auth(opener, basic_handler, "Authorization", 1229 def _test_basic_auth(self, opener, auth_handler, auth_header, member in HandlerTests
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 1491 self._test_basic_auth(opener, auth_handler, "Authorization", 1552 self._test_basic_auth(opener, auth_handler, "Proxy-authorization", 1599 self._test_basic_auth(opener, basic_handler, "Authorization", 1628 def _test_basic_auth(self, opener, auth_handler, auth_header, member in HandlerTests
|