def __init__(self, **kwargs): super(HoverBehavior, self).__init__(**kwargs) self.bind(parent=self._on_parent_update_hover)