Ejemplo n.º 1
0
 def __init__(self, context):
     HTTPSHandler.__init__(self)
     self.context = context
Ejemplo n.º 2
0
 def __init__(self):
     HTTPSHandler.__init__(self)
Ejemplo n.º 3
0
 def __init__(self, ca_certs=None):
     HTTPSHandler.__init__(self)
     self._ca_certs = ca_certs
Ejemplo n.º 4
0
 def __init__(self):
     HTTPSHandler.__init__(self)