Exemplo n.º 1
0
 def __del__(self):
     """
     Cleans up the C API.
     """
     if not self.ptr is None:
         if not arts_api is None:
             arts_api.destroy_workspace(self.ptr)
Exemplo n.º 2
0
 def __del__(self):
     """
     Cleans up the C API.
     """
     if (arts_api):
         arts_api.destroy_workspace(self.ptr)