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