PluginMount
PluginMount
PluginMount(name, bases, attrs)
Bases: ABCMeta
Source code in src/spf/PluginMount.py
load()
Loads all plugins registered under the specified entry point.
RETURNS | DESCRIPTION |
---|---|
None
|
|
Examples:
Source code in src/spf/PluginMount.py
verify()
Verifies that the required static properties are implemented by the class.
RAISES | DESCRIPTION |
---|---|
NotImplementedError
|
If any of the required static properties are not implemented. |
Examples: