Searched refs:http_error_401 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllib2.py | 1142 def http_error_401(self, *args, **kwds): member in HandlerTests.test_basic_and_digest_auth_handlers.TestDigestAuthHandler 1144 urllib2.HTTPDigestAuthHandler.http_error_401(self, 1147 def http_error_401(self, *args, **kwds): member in HandlerTests.test_basic_and_digest_auth_handlers.TestBasicAuthHandler 1149 urllib2.HTTPBasicAuthHandler.http_error_401(self,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib2.py | 881 def http_error_401(self, req, fp, code, msg, headers): member in HTTPBasicAuthHandler 1069 def http_error_401(self, req, fp, code, msg, headers): member in HTTPDigestAuthHandler
|
D | urllib.py | 676 def http_error_401(self, url, fp, errcode, errmsg, headers, data=None): member in FancyURLopener
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | webchecker.py | 749 def http_error_401(self, url, fp, errcode, errmsg, headers): member in MyURLopener
|