__init__ (
self,
name,
ladspapath=None,
)
The constructor arguments are the same as for the find_plugin
function. If the plugin specified by name cannot be found,
PluginNotFound is raised.
Exceptions
|
|
PluginNotFound( 'No plugin named %s found.' % ` name ` )
|
|