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

        self.type = type
예제 #2
0
 def __init__(self, root_event):
   self.root_event=root_event
   _Event.__init__(self)
예제 #3
0
파일: fsm.py 프로젝트: jmccormack200/SDR
 def __init__(self, *args, **kwargs):
     """Constructor."""
     _Event.__init__(self, *args, **kwargs)
     self.__param = None