def __init__(self): NotificationObject.__init__(self) self._categories = {} #'CategoryName': Category('ClassName')
def __init__(self, **kwargs): '''constructor''' NotificationObject.__init__(self) self.__dict__ = kwargs