OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTPBasicAuthHandler
(Results
1 - 9
of
9
) sorted by null
/development/tools/repo_pull/
gerrit.py
31
HTTPBasicAuthHandler
, Request, build_opener) # PY3
34
HTTPBasicAuthHandler
, Request, build_opener) # PY2
87
auth_handler =
HTTPBasicAuthHandler
()
/external/python/cpython3/Lib/test/
test_urllib2.py
16
from urllib.request import (Request, OpenerDirector,
HTTPBasicAuthHandler
,
[
all
...]
test_urllib2_localnet.py
303
ah = urllib.request.
HTTPBasicAuthHandler
()
312
ah = urllib.request.
HTTPBasicAuthHandler
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py
288
urllib2.
HTTPBasicAuthHandler
(password_mgr=auth)
/external/python/cpython2/Lib/distutils/command/
register.py
296
urllib2.
HTTPBasicAuthHandler
(password_mgr=auth)
/external/python/cpython3/Lib/distutils/command/
register.py
286
urllib.request.
HTTPBasicAuthHandler
(password_mgr=auth)
/external/python/cpython2/Lib/test/
test_urllib2.py
[
all
...]
test_urllib2_localnet.py
303
ah = urllib2.
HTTPBasicAuthHandler
()
314
ah = urllib2.
HTTPBasicAuthHandler
()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py
[
all
...]
Completed in 627 milliseconds