| Trees | Indices | Help |
|
|---|
|
|
A container for plugins.
Dynamically figures out which plugins are active given the current session state (profile, image file etc).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Return the active plugin class that implements plugin name. Plugins may not be active depending on the current configuration. |
Gets a wrapped active plugin class. A convenience function that returns a curry wrapping the plugin class with the session parameter so users do not need to explicitly pass the session. This makes it easy to use in the interactive console: pslist_plugin = plugins.pslist() |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:27 2017 | http://epydoc.sourceforge.net |