コード例 #1
0
 def exit(self):
     if not self._destroyed:
         libyices.yices_free_context(self.yices)
         self._destroyed = True
コード例 #2
0
ファイル: yices.py プロジェクト: sureshgl/pysmt
 def _exit(self):
     libyices.yices_free_context(self.yices)
コード例 #3
0
ファイル: yices.py プロジェクト: bogiebro/pysmt
 def exit(self):
     if not self._destroyed:
         libyices.yices_free_context(self.yices)
         self._destroyed = True