|
|
__init__(self,
decorated_manager=None,
categories_filter={'Default': <class 'yapsy.IPlugin.IPlugin'>},
directories_list=None,
plugin_info_ext='yapsy-plugin')
Create the plugin manager and record the ConfigParser instance
that will be used afterwards. |
source code
|
|
|
|
_prepareVersionMapping(self)
Create a mapping that will make it possible to easily provide
the latest version of each plugin. |
source code
|
|
|
|
|
|
|
getLatestPluginsOfCategory(self,
category_name)
Return the list of all plugins belonging to a category. |
source code
|
|
|
|
loadPlugins(self,
callback=None)
Load the candidate plugins that have been identified through a
previous call to locatePlugins. |
source code
|
|
|
Inherited from PluginManager.PluginManagerDecorator:
__getattr__,
collectPlugins
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|