Home | Trees | Indices | Help |
---|
|
object --+ | PluginManager
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return a plugin added with 'name' in the given 'category'. If 'name' is None then the default plugin in the category is returned. Typically the default plugin is the first added. If plugin not found raise PluginManagerError. |
Add a pluginobj to the plugin manager with the name and the category labels. The first plugin is default unless changed explicitly. |
Make the plugin 'name' be default in a given 'category'. You must first add() the plugin object before calling this method. Otherwise PluginManagerError is raised. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:22 2012 | http://epydoc.sourceforge.net |