Plugin instance manager.
More...
|
| 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...
|
| |
| 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...
|
| |
◆ __init__() [1/2]
| def etr.plugin.PluginMgr.__init__ |
( |
|
self, |
|
|
* |
k, |
|
|
** |
kw |
|
) |
| |
◆ __init__() [2/2]
| def etr.plugin.PluginMgr.__init__ |
( |
|
self, |
|
|
* |
k, |
|
|
** |
kw |
|
) |
| |
◆ get_all_plugins() [1/2]
| List[Plugin] etr.plugin.PluginMgr.get_all_plugins |
( |
|
self | ) |
|
Returns list if all registered plugins.
◆ get_all_plugins() [2/2]
| List[Plugin] etr.plugin.PluginMgr.get_all_plugins |
( |
|
self | ) |
|
Returns list if all registered plugins.
◆ get_methods() [1/2]
| List[Tuple[str, Callable[[ContextUnion], None]]] etr.plugin.PluginMgr.get_methods |
( |
|
self, |
|
|
|
step |
|
) |
| |
Returns a list of methods associated with 'step'.
◆ get_methods() [2/2]
| List[Tuple[str, Callable[[ContextUnion], None]]] etr.plugin.PluginMgr.get_methods |
( |
|
self, |
|
|
|
step |
|
) |
| |
Returns a list of methods associated with 'step'.
The documentation for this class was generated from the following file: