Definition at line 26 of file pluginloader.py.
◆ __init__()
| def robotide.application.pluginloader.PluginLoader.__init__ |
( |
|
self, |
|
|
|
application, |
|
|
|
load_dirs, |
|
|
|
standard_classes |
|
) |
| |
◆ _find_classes()
| def robotide.application.pluginloader.PluginLoader._find_classes |
( |
|
self, |
|
|
|
load_dirs |
|
) |
| |
|
private |
◆ _find_python_files()
| def robotide.application.pluginloader.PluginLoader._find_python_files |
( |
|
self, |
|
|
|
load_dirs |
|
) |
| |
|
private |
◆ _import_classes()
| def robotide.application.pluginloader.PluginLoader._import_classes |
( |
|
self, |
|
|
|
path |
|
) |
| |
|
private |
◆ _is_plugin_class()
| def robotide.application.pluginloader.PluginLoader._is_plugin_class |
( |
|
self, |
|
|
|
path, |
|
|
|
cls |
|
) |
| |
|
private |
◆ enable_plugins()
| def robotide.application.pluginloader.PluginLoader.enable_plugins |
( |
|
self | ) |
|
◆ _load_errors
| robotide.application.pluginloader.PluginLoader._load_errors |
|
private |
◆ plugins
| robotide.application.pluginloader.PluginLoader.plugins |
The documentation for this class was generated from the following file: