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