PluginController — Finding and Loading Feedbacks.

class lib.PluginController.PluginController(plugindirs, baseclass)

Finds, loads and unloads plugins.

find_plugins()
Returns a list of available plugins.
load_plugin(name)
Loads the given plugin and unloads possibly sooner loaded plugins.
test_plugin(root, filename)

Test if given module contains a valid plugin instance.

Returns None if not or (name, modulename) otherwise.

unload_plugin()
Unload currently loaded plugin.

Module author: Bastian Venthur <venthur@cs.tu-berlin.de>

Previous topic

ipc — Inter Process Communication.

Next topic

RollbackImporter — Importing and Unloading of Modules.

This Page