Example #1
0
 def __init__(self, context):
     HTTPSHandler.__init__(self)
     self.context = context
Example #2
0
 def __init__(self):
     HTTPSHandler.__init__(self)
Example #3
0
 def __init__(self, ca_certs=None):
     HTTPSHandler.__init__(self)
     self._ca_certs = ca_certs
Example #4
0
 def __init__(self):
     HTTPSHandler.__init__(self)