예제 #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)