示例#1
0
文件: client.py 项目: jkinred/psphere
 def __init__(self, context):
     HTTPSHandler.__init__(self)
     self.context = context
示例#2
0
 def __init__(self):
     HTTPSHandler.__init__(self)
示例#3
0
 def __init__(self, ca_certs=None):
     HTTPSHandler.__init__(self)
     self._ca_certs = ca_certs
示例#4
0
 def __init__(self):
     HTTPSHandler.__init__(self)