Ejemplo n.º 1
0
 def __del__(self):
     log('Removing hook', id(self))
     if self.is_unload is False:
         assert self.hexchat_hook is not None
         lib.hexchat_unhook(lib.ph, self.hexchat_hook)
Ejemplo n.º 2
0
 def __del__(self):
     log('Removing hook', id(self))
     if self.is_unload is False:
         assert self.hexchat_hook is not None
         lib.hexchat_unhook(lib.ph, self.hexchat_hook)