Esempio n. 1
0
 def exit(self):
     if not self._destroyed:
         libyices.yices_free_context(self.yices)
         self._destroyed = True
Esempio n. 2
0
 def _exit(self):
     libyices.yices_free_context(self.yices)
Esempio n. 3
0
 def exit(self):
     if not self._destroyed:
         libyices.yices_free_context(self.yices)
         self._destroyed = True