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