class documentation

class twisted.plugin.CachedDropin: (source)

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.
Instance Variable description A brief explanation of this collection of plugins (probably the plugin module's docstring).
Instance Variable plugins The CachedPlugin instances which were loaded from this dropin.
Method __init__ Undocumented
moduleName = (source)
The fully qualified name of the plugin module this represents.
(type: str)
description = (source)
A brief explanation of this collection of plugins (probably the plugin module's docstring).
(type: str or None)
plugins = (source)
The CachedPlugin instances which were loaded from this dropin.
(type: list)
def __init__(self, moduleName, description): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.