Part of bzrlib.plugin View In Hierarchy
The PlugIn object provides a way to manipulate a given plugin module.
| Method | __init__ | Construct a plugin for module. |
| Method | path | Get the path that this plugin was loaded from. |
| Method | __str__ | Undocumented |
| Method | test_suite | Return the plugin's test suite. |
| Method | load_plugin_tests | Return the adapted plugin's test suite. |
| Method | version_info | Return the plugin's version_tuple or None if unknown. |
| Method | _get__version__ | Undocumented |