etr
4.0-pre
|
Plugin instance manager. More...
Public Member Functions | |
def | __init__ (self, *k, **kw) |
List[Plugin] | get_all_plugins (self) |
Returns list if all registered plugins. More... | |
List[Tuple[str, Callable[[ContextUnion], None]]] | get_methods (self, step) |
Returns a list of methods associated with 'step'. More... | |
Plugin instance manager.
def etr.plugin.PluginMgr.__init__ | ( | self, | |
* | k, | ||
** | kw | ||
) |
List[Plugin] etr.plugin.PluginMgr.get_all_plugins | ( | self | ) |
Returns list if all registered plugins.
List[Tuple[str, Callable[[ContextUnion], None]]] etr.plugin.PluginMgr.get_methods | ( | self, | |
step | |||
) |
Returns a list of methods associated with 'step'.