|
.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
| __init__ (self) | |
| __iter__ (self) | |
| register (self, plugin) | |
| call (self, ordered_plugin_list, plugin_type, *args, **kwargs) | |
Public Attributes | |
| list | plugins = [] |
Definition at line 188 of file __init__.py.
| searx.plugins.PluginStore.__init__ | ( | self | ) |
Definition at line 189 of file __init__.py.
| searx.plugins.PluginStore.__iter__ | ( | self | ) |
Definition at line 192 of file __init__.py.
References plugins.
| searx.plugins.PluginStore.call | ( | self, | |
| ordered_plugin_list, | |||
| plugin_type, | |||
| * | args, | ||
| ** | kwargs ) |
Definition at line 198 of file __init__.py.
| searx.plugins.PluginStore.register | ( | self, | |
| plugin ) |
Definition at line 195 of file __init__.py.
References plugins.
| list searx.plugins.PluginStore.plugins = [] |
Definition at line 190 of file __init__.py.
Referenced by __iter__(), searx.preferences.Preferences.get_as_url_params(), searx.preferences.Preferences.parse_dict(), searx.preferences.Preferences.parse_form(), register(), and searx.preferences.Preferences.save().