class documentation

class CachedDropin: (source)

View In Hierarchy

A collection of CachedPlugin instances from a particular module in a plugin package.
Method __init__ Undocumented
Instance Variable description A brief explanation of this collection of plugins (probably the plugin module's docstring).
Instance Variable module​Name The fully qualified name of the plugin module this represents.
Instance Variable plugins The CachedPlugin instances which were loaded from this dropin.
def __init__(self, moduleName, description): (source)

Undocumented

description: str or None = (source)
A brief explanation of this collection of plugins (probably the plugin module's docstring).
moduleName: str = (source)
The fully qualified name of the plugin module this represents.
plugins: list = (source)
The CachedPlugin instances which were loaded from this dropin.