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