コード例 #1
0
ファイル: Engine.py プロジェクト: return42/m2crypto
 def finish(self):
     # type: () -> int
     """Release a functional and structural reference to the engine."""
     return m2.engine_finish(self._ptr)
コード例 #2
0
ファイル: Engine.py プロジェクト: rodrigc/m2crypto
 def finish(self):
     """Release a functional and structural reference to the engine."""
     return m2.engine_finish(self._ptr)