Home
last modified time | relevance | path

Searched refs:HTTPBasicAuthHandler (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/openthread/tools/harness-automation/autothreadharness/
H A Dpdu_controller.py38 from urllib2 import HTTPPasswordMgrWithDefaultRealm, HTTPBasicAuthHandler, build_opener
41 from urllib.request import HTTPPasswordMgrWithDefaultRealm, HTTPBasicAuthHandler, build_opener
397 authentication_handler = HTTPBasicAuthHandler(password_manager)
/aosp_15_r20/development/tools/repo_pull/
H A Dgerrit.py41 HTTPBasicAuthHandler, HTTPHandler, OpenerDirector, Request,
50 HTTPBasicAuthHandler, HTTPError, HTTPHandler, OpenerDirector, Request,
298 auth_handler = HTTPBasicAuthHandler()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_urllib2.py19 from urllib.request import (Request, OpenerDirector, HTTPBasicAuthHandler,
1486 auth_handler = urllib.request.HTTPBasicAuthHandler(password_manager)
1581 class TestBasicAuthHandler(urllib.request.HTTPBasicAuthHandler):
1584 urllib.request.HTTPBasicAuthHandler.http_error_401(self,
1621 basic_auth_handler = urllib.request.HTTPBasicAuthHandler(None)
1675 auth_prior_handler = HTTPBasicAuthHandler(pwd_manager)
1700 auth_prior_handler = HTTPBasicAuthHandler(pwd_manager)
Dtest_urllib2_localnet.py308 ah = urllib.request.HTTPBasicAuthHandler()
317 ah = urllib.request.HTTPBasicAuthHandler()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dindex.py19 from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr,
105 self.password_handler = HTTPBasicAuthHandler(pm)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dindex.py19 from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr,
105 self.password_handler = HTTPBasicAuthHandler(pm)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dindex.py19 from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr,
105 self.password_handler = HTTPBasicAuthHandler(pm)
Dcompat.py36 HTTPBasicAuthHandler, HTTPPasswordMgr,
75 HTTPBasicAuthHandler, HTTPPasswordMgr,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dindex.py19 from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr,
105 self.password_handler = HTTPBasicAuthHandler(pm)
/aosp_15_r20/external/python/cpython2/Doc/howto/
Durllib2.rst437 ``HTTPBasicAuthHandler``. For a more detailed discussion of this subject --
455 ``HTTPBasicAuthHandler`` and an opener to use this handler.
457 The ``HTTPBasicAuthHandler`` uses an object called a password manager to handle
478 handler = urllib2.HTTPBasicAuthHandler(password_mgr)
492 In the above example we only supplied our ``HTTPBasicAuthHandler`` to
/aosp_15_r20/external/python/cpython3/Doc/howto/
Durllib2.rst451 ``HTTPBasicAuthHandler``. For a more detailed discussion of this subject --
471 ``HTTPBasicAuthHandler`` and an opener to use this handler.
473 The ``HTTPBasicAuthHandler`` uses an object called a password manager to handle
494 handler = urllib.request.HTTPBasicAuthHandler(password_mgr)
508 In the above example we only supplied our ``HTTPBasicAuthHandler`` to
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_urllib2.py1131 auth_handler = urllib2.HTTPBasicAuthHandler(password_manager)
1150 auth_handler = urllib2.HTTPBasicAuthHandler(password_manager)
1202 class TestBasicAuthHandler(urllib2.HTTPBasicAuthHandler):
1205 urllib2.HTTPBasicAuthHandler.http_error_401(self,
Dtest_urllib2_localnet.py303 ah = urllib2.HTTPBasicAuthHandler()
314 ah = urllib2.HTTPBasicAuthHandler()
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dregister.py296 urllib2.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dregister.py301 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dregister.py301 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dregister.py301 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dregister.py286 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dregister.py301 urllib.request.HTTPBasicAuthHandler(password_mgr=auth)

12