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