Part of twisted.plugin View Source View In Hierarchy
CachedPlugin
instances from a particular module in a plugin package.
Instance Variables | moduleName | The fully qualified name of the plugin module this represents.
(type: str
) |
description | A brief explanation of this collection of plugins (probably the plugin
module's docstring).
(type: str or NoneType
) | |
plugins | The CachedPlugin
instances which were loaded from this dropin.
(type: list
) |
Method | __init__ | Undocumented |