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