.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
int | __hash__ (self) |
Public Member Functions inherited from searx.result_types._base.MainResult | |
int | __hash__ (self) |
normalize_result_fields (self) | |
Public Member Functions inherited from searx.result_types._base.Result | |
__post_init__ (self) | |
filter_urls (self, "Callable[[Result | LegacyResult, str, str], str | bool]" filter_func) | |
int | __hash__ (self) |
__eq__ (self, object other) | |
__setitem__ (self, str field_name, t.Any value) | |
t.Any | __getitem__ (self, str field_name) |
__iter__ (self) | |
as_dict (self) | |
defaults_from (self, "Result" other) |
Static Public Attributes | |
dict | kvmap [str, typing.Any] | OrderedDict[str, typing.Any] |
str | caption = "" |
str | key_title = "" |
str | value_title = "" |
Static Public Attributes inherited from searx.result_types._base.MainResult | |
str | title = "" |
str | content = "" |
str | img_src = "" |
str | thumbnail = "" |
datetime | publishedDate = None |
str | pubdate = "" |
time | length = None |
str | views = "" |
str | author = "" |
str | metadata = "" |
PriorityType = t.Literal["", "high", "low"] | |
str | priority = "" |
set | engines = set() |
bool | open_group = False |
bool | close_group = False |
list | positions = [] |
float | score = 0 |
str | category = "" |
Static Public Attributes inherited from searx.result_types._base.Result | |
str | url = None |
str | template = "default.html" |
str | engine = "" |
urllib | parsed_url = None |
Simple table view which maps *key* names (first col) to *values* (second col).
Definition at line 25 of file keyvalue.py.
int searx.result_types.keyvalue.KeyValue.__hash__ | ( | self | ) |
The KeyValues objects are checked for object identity, even if all fields of two results have the same values, they are different from each other.
Definition at line 43 of file keyvalue.py.
|
static |
Definition at line 34 of file keyvalue.py.
|
static |
Definition at line 37 of file keyvalue.py.
|
static |
Definition at line 31 of file keyvalue.py.
|
static |
Definition at line 40 of file keyvalue.py.