Class p.c.p.PluginFactoryCreator(object):

Part of pida.core.plugins View In Hierarchy

This is a factory of plugin factories. Instances of this class are the factories needed on Registry.register, where the only thing you change is the actual Plugin factory.

This class is needed when you need to specify a class that extends from Plugin.

@param singletons: the singletons where the plugin will be registred @param features: the features where the plugin will be registred @param extends: the extension points the plugin will be registred @param extension_points: the extension points this plugins defines

Line # Kind Name Docs
440 Method __init__ Undocumented
443 Method __call__ Undocumented
def __init__(self, plugin_factory):
Undocumented
def __call__(self, **kwargs):
Undocumented
API Documentation for PIDA, generated by pydoctor.