Beispiel #1
0
 def __init__(self):
     NotificationObject.__init__(self)
     self._categories = {}  #'CategoryName': Category('ClassName')
Beispiel #2
0
 def __init__(self, **kwargs):
     '''constructor'''
     NotificationObject.__init__(self)
     self.__dict__ = kwargs
Beispiel #3
0
 def __init__(self):
     NotificationObject.__init__(self)
     self._categories = {} #'CategoryName': Category('ClassName')
Beispiel #4
0
 def __init__(self, **kwargs):
     '''constructor'''
     NotificationObject.__init__(self)
     self.__dict__ = kwargs