Beispiel #1
0
    def __init__(self, type, state=False):
        _Event.__init__(self)

        self.type = type
Beispiel #2
0
 def __init__(self, root_event):
   self.root_event=root_event
   _Event.__init__(self)
Beispiel #3
0
 def __init__(self, *args, **kwargs):
     """Constructor."""
     _Event.__init__(self, *args, **kwargs)
     self.__param = None