Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dregister.py288 urllib2.HTTPBasicAuthHandler(password_mgr=auth)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py1093 auth_handler = urllib2.HTTPBasicAuthHandler(password_manager)
1146 class TestBasicAuthHandler(urllib2.HTTPBasicAuthHandler):
1149 urllib2.HTTPBasicAuthHandler.http_error_401(self,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py877 class HTTPBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): class