Part of twisted.python.plugin View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | isLoaded | Check to see if the module for this plugin has been imported yet. |
Method | load | Load the module for this plugin. |
Method | __repr__ | Undocumented |
Returns | A true value if the module for this plugin has been loaded, false
otherwise.
(type: int
) |
Returns | The module object that is loaded.
(type: ModuleType
) |