Package emma :: Package module :: Package help :: Class help
[hide private]
[frames] | no frames]

Class help

source code

complement.Complement --+    
                        |    
                   Module --+
                            |
                           help

Instance Methods [hide private]
 
run(self)
The starting method of the complement
source code
 
cmd_handler(self, event, data) source code

Inherited from complement.Complement: __init__, log, update_db

Method Details [hide private]

run(self)

source code 

The starting method of the complement

Each interface or module should define here the initialization, subscribe to events, the periodic actions, ...

Overrides: complement.Complement.run
(inherited documentation)