コード例 #1
0
ファイル: extension.py プロジェクト: MechanisM/emesene
 def __init__(self):
     NotificationObject.__init__(self)
     self._categories = {}  #'CategoryName': Category('ClassName')
コード例 #2
0
ファイル: BaseConfig.py プロジェクト: stlcours/emesene
 def __init__(self, **kwargs):
     '''constructor'''
     NotificationObject.__init__(self)
     self.__dict__ = kwargs
コード例 #3
0
ファイル: extension.py プロジェクト: sreekumar-kr/emesene
 def __init__(self):
     NotificationObject.__init__(self)
     self._categories = {} #'CategoryName': Category('ClassName')
コード例 #4
0
ファイル: BaseConfig.py プロジェクト: AmiZya/emesene
 def __init__(self, **kwargs):
     '''constructor'''
     NotificationObject.__init__(self)
     self.__dict__ = kwargs