Searched refs:http_error_401 (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_urllib2.py | 1558 def http_error_401(self, *args, **kwds): member in HandlerTests.test_basic_and_digest_auth_handlers.TestDigestAuthHandler |
/third_party/python/Lib/urllib/ | ||
D | request.py | 1054 def http_error_401(self, req, fp, code, msg, headers): member in HTTPBasicAuthHandler |
/third_party/python/Doc/library/ | ||
D | urllib.request.rst | 998 .. method:: HTTPBasicAuthHandler.http_error_401(req, fp, code, msg, hdrs) |