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