Package elisa :: Package core :: Package tests :: Module test_controller :: Class BarModel
[hide private]
[frames] | no frames]

Class BarModel

source code


Nested Classes [hide private]

Inherited from component.Component: __metaclass__

Instance Methods [hide private]
 
__init__(self)
Lazily set name from class name styled with underscores (class ComponentBar -> name component_bar.
source code

Inherited from component.Component: clean, initialize, load_config, save_config

Inherited from observers.observable.Observable: __setattr__, add_observer, remove_observer

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __str__

Static Methods [hide private]

Inherited from component.Component: __classinit__

Class Variables [hide private]

Inherited from base_components.model.Model: name

Inherited from component.Component: checked, config_doc, default_config, id, plugin

Inherited from observers.observable.Observable (private): _observers

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from base_components.model.Model: activate_action, activity, loading, parent

Inherited from component.Component: config, path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Lazily set name from class name styled with underscores (class ComponentBar -> name component_bar. Also set log category based on component name, with a 'comp_' prefix.
Overrides: base_components.model.Model.__init__