mafw.plugin_manager
Provides utilities to retrieve internal and external plugins.
Functions
|
Create a new or return an existing plugin manager for a given project |
- mafw.plugin_manager.get_plugin_manager(force_recreate: bool = False) PluginManager[source]
Create a new or return an existing plugin manager for a given project
- Parameters:
force_recreate (bool, Optional) – Flag to force the creation of a new plugin manager. Defaults to False
- Returns:
The plugin manager
- Return type:
pluggy.PluginManager