def finish(self): # type: () -> int """Release a functional and structural reference to the engine.""" return m2.engine_finish(self._ptr)
def finish(self): """Release a functional and structural reference to the engine.""" return m2.engine_finish(self._ptr)