コード例 #1
0
 def get_shutdown(self):
     # type: () -> None
     """Get the current shutdown mode of the Connection."""
     return m2.ssl_get_shutdown(self.ssl)
コード例 #2
0
 def get_shutdown(self):
     return m2.ssl_get_shutdown(self.ssl)
コード例 #3
0
ファイル: Connection.py プロジェクト: Hypernode/M2Crypto
 def get_shutdown(self):
     return m2.ssl_get_shutdown(self.ssl)
コード例 #4
0
ファイル: Connection.py プロジェクト: mcepl/M2Crypto
 def get_shutdown(self):
     # type: () -> None
     """Get the current shutdown mode of the Connection."""
     return m2.ssl_get_shutdown(self.ssl)