Home | Trees | Indices | Help |
---|
|
The controller has one central function run() which loads all plugins and portals, and runs
their run
function. Also it collects statistics about each
plugins run and makes it available via the stats property.
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
bool |
NO_NET = None Run in no net mode? |
||
Stats |
stats = None Stats gathered from the plugins that have been run by the controller. |
||
list |
_plugins = None List of all plugin instances, whether generic portal plugin or normal plugin instances. |
||
Inherited from |
|
Initialize the Controller.
|
Run all the plugins and collect statistics in self.stats .
To Do: TODO return values |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 16 13:42:03 2010 | http://epydoc.sourceforge.net |