ucscdriver.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:ucscsdk 作者: CiscoUcs 项目源码 文件源码
def __get_handlers(self):
        """
        Internal method to handle redirection and use TLS protocol.
        """

        handlers = [TLS1Handler]
        if self.__proxy:
            proxy_handler = urllib2.ProxyHandler(
                {'http': self.__proxy, 'https': self.__proxy})
            handlers.append(proxy_handler)
        return handlers
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号