コード例 #1
0
ファイル: basecomponent.py プロジェクト: ri0t/cape
 def __init__(self, **kwargs):
     Axon.ThreadedComponent.threadedcomponent.__init__(self, **kwargs)
     BaseMixin.__init__(self)
     ConfigurableComponent.__init__(self)
     LoggableComponent.__init__(self)
コード例 #2
0
ファイル: basecomponent.py プロジェクト: bharathi26/cape
 def __init__(self, **kwargs):
     Axon.ThreadedComponent.threadedcomponent.__init__(self, **kwargs)
     BaseMixin.__init__(self)
     ConfigurableComponent.__init__(self)
     LoggableComponent.__init__(self)
コード例 #3
0
ファイル: basecomponent.py プロジェクト: ri0t/cape
 def __init__(self, **kwargs):
     Axon.Component.component.__init__(self, **kwargs)
     BaseMixin.__init__(self)
     ConfigurableComponent.__init__(self)
     LoggableComponent.__init__(self)
コード例 #4
0
ファイル: basecomponent.py プロジェクト: bharathi26/cape
 def __init__(self, **kwargs):
     Axon.Component.component.__init__(self, **kwargs)
     BaseMixin.__init__(self)
     ConfigurableComponent.__init__(self)
     LoggableComponent.__init__(self)