Plugin register containing types but not instances of plugins.
More...
Plugin register containing types but not instances of plugins.
def etr.plugin.PluginRegister.get_registered_classes |
( |
|
cls | ) |
|
Returns registered plugin classes, sorted by their order.
Low value = lower sorting index
def etr.plugin.PluginRegister.get_registered_options |
( |
|
cls | ) |
|
def etr.plugin.PluginRegister.register_options |
( |
|
cls, |
|
|
|
name, |
|
|
|
func |
|
) |
| |
Register function to be called to add options.
def etr.plugin.PluginRegister.register_plugin |
( |
|
cls, |
|
|
|
name, |
|
|
|
plugin_cls |
|
) |
| |
def etr.plugin.PluginRegister.register_step |
( |
|
cls, |
|
|
|
name, |
|
|
|
step, |
|
|
|
method |
|
) |
| |
list etr.plugin.PluginRegister.plugin_cls = [] |
|
static |
list etr.plugin.PluginRegister.plugin_opts = [] |
|
static |
dictionary etr.plugin.PluginRegister.plugin_steps = {} |
|
static |
The documentation for this class was generated from the following file:
- INTROOT/lib/python3.7/site-packages/etr/plugin.py