예제 #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
 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
 def __init__(self, **kwargs):
     Axon.Component.component.__init__(self, **kwargs)
     BaseMixin.__init__(self)
     ConfigurableComponent.__init__(self)
     LoggableComponent.__init__(self)