def __init__(self, type, state=False): _Event.__init__(self) self.type = type
def __init__(self, root_event): self.root_event=root_event _Event.__init__(self)
def __init__(self, *args, **kwargs): """Constructor.""" _Event.__init__(self, *args, **kwargs) self.__param = None