def listen(cls, event, func): """Add a callback for a signal against the class""" signal(event).connect(func, sender=cls)