.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.plugins.Plugin Class Reference
+ Collaboration diagram for searx.plugins.Plugin:

Static Public Attributes

str id
 
str name
 
str description
 
bool default_on
 
Tuple js_dependencies [str]
 
Tuple css_dependencies [str]
 
str preference_section
 

Detailed Description

This class is currently never initialized and only used for type hinting.

Definition at line 17 of file __init__.py.

Member Data Documentation

◆ css_dependencies

Tuple searx.plugins.Plugin.css_dependencies [str]
static

Definition at line 25 of file __init__.py.

◆ default_on

bool searx.plugins.Plugin.default_on
static

Definition at line 23 of file __init__.py.

◆ description

str searx.plugins.Plugin.description
static

Definition at line 22 of file __init__.py.

◆ id

str searx.plugins.Plugin.id
static

Definition at line 20 of file __init__.py.

◆ js_dependencies

Tuple searx.plugins.Plugin.js_dependencies [str]
static

Definition at line 24 of file __init__.py.

◆ name

◆ preference_section

str searx.plugins.Plugin.preference_section
static

Definition at line 26 of file __init__.py.


The documentation for this class was generated from the following file: