Home | History | Annotate | Download | only in test

Lines Matching refs:HTTPBasicAuthHandler

16 from urllib.request import (Request, OpenerDirector, HTTPBasicAuthHandler,
1451 auth_handler = urllib.request.HTTPBasicAuthHandler(password_manager)
1470 auth_handler = urllib.request.HTTPBasicAuthHandler(password_manager)
1504 # HTTPBasicAuthHandler) to handle the response.
1523 class TestBasicAuthHandler(urllib.request.HTTPBasicAuthHandler):
1526 urllib.request.HTTPBasicAuthHandler.http_error_401(self,
1563 basic_auth_handler = urllib.request.HTTPBasicAuthHandler(None)
1617 auth_prior_handler = HTTPBasicAuthHandler(pwd_manager)
1641 auth_prior_handler = HTTPBasicAuthHandler(pwd_manager)