The surf.plugin.manager Module

exception surf.plugin.manager.PluginNotFoundException[source]

Bases: exceptions.Exception

Raised when the required Plugin is not found

surf.plugin.manager.add_plugin_path(plugin_path)[source]

Loads plugins from path. Method can be called multiple times, with different locations. (Plugins are loaded only once).

surf.plugin.manager.load_plugins(reload=False)[source]

Call this method to load the plugins into the manager. The method is called by default when a surf.store.Store is instantiated. To cause a reload, call the method with reload set to True

Previous topic

The surf.plugin Module

Next topic

The surf.plugin.reader Module

This Page