Home | History | Annotate | Download | only in Lib

Lines Matching refs:https_handler

145         https_handler = HTTPSHandler(context=context)
146 opener = build_opener(https_handler)
148 https_handler = HTTPSHandler(context=context)
149 opener = build_opener(https_handler)