def get_context(self): """Return the SSL.Context object associated with this connection.""" return m2.ssl_get_ssl_ctx(self.ssl)
def get_context(self): # type: () -> SSL.Context """Return the SSL.Context object associated with this connection.""" return m2.ssl_get_ssl_ctx(self.ssl)
def get_context(self): # type: () -> Context """Return the Context object associated with this connection.""" return m2.ssl_get_ssl_ctx(self.ssl)