Пример #1
0
 def exit(self):
     if not self._destroyed:
         libyices.yices_free_context(self.yices)
         self._destroyed = True
Пример #2
0
 def _exit(self):
     libyices.yices_free_context(self.yices)
Пример #3
0
 def exit(self):
     if not self._destroyed:
         libyices.yices_free_context(self.yices)
         self._destroyed = True