Exemplo n.º 1
0
 def get_context(self):
     """Return the SSL.Context object associated with this
     connection."""
     return m2.ssl_get_ssl_ctx(self.ssl)
Exemplo n.º 2
0
 def get_context(self):
     # type: () -> SSL.Context
     """Return the SSL.Context object associated with this connection."""
     return m2.ssl_get_ssl_ctx(self.ssl)
Exemplo n.º 3
0
 def get_context(self):
     # type: () -> Context
     """Return the Context object associated with this connection."""
     return m2.ssl_get_ssl_ctx(self.ssl)