The surf.plugin.manager
Module¶
-
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, logger=None)[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