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