def get_shutdown(self): # type: () -> None """Get the current shutdown mode of the Connection.""" return m2.ssl_get_shutdown(self.ssl)
def get_shutdown(self): return m2.ssl_get_shutdown(self.ssl)