OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:https_handler
(Results
1 - 5
of
5
) sorted by null
/external/python/cpython2/Lib/
urllib2.py
145
https_handler
= HTTPSHandler(context=context)
146
opener = build_opener(
https_handler
)
148
https_handler
= HTTPSHandler(context=context)
149
opener = build_opener(
https_handler
)
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py
[
all
...]
/external/python/cpython2/Lib/test/
test_urllib2.py
[
all
...]
/external/python/cpython3/Lib/test/
test_urllib2.py
[
all
...]
/external/python/cpython3/Lib/urllib/
request.py
213
https_handler
= HTTPSHandler(context=context)
214
opener = build_opener(
https_handler
)
216
https_handler
= HTTPSHandler(context=context)
217
opener = build_opener(
https_handler
)
[
all
...]
Completed in 1774 milliseconds