Ejemplo n.º 1
0
 def __del__(self):
     # joins all (running) event threads 
     for th in self._d_event_threads:
         th.join()
     
     del self._d_event_threads[0:]
     
     # call destructor of super-class
     CConnection.__del__(self)