.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
int | __hash__ (self) |
![]() | |
int | __hash__ (self) |
normalize_result_fields (self) | |
![]() | |
__post_init__ (self) | |
filter_urls (self, Callable[[Result|LegacyResult, str, str], str|bool] filter_func) | |
int | __hash__ (self) |
__eq__ (self, other) | |
__setitem__ (self, field_name, value) | |
__getitem__ (self, 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 = "" |
![]() | |
str | title = "" |
str | content = "" |
str | img_src = "" |
str | thumbnail = "" |
datetime | publishedDate = None |
str | pubdate = "" |
time | length = None |
str | views = "" |
str | author = "" |
str | metadata = "" |
typing | priority = "" |
set | engines = set() |
bool | open_group = False |
bool | close_group = False |
list | positions = [] |
float | score = 0 |
str | category = "" |
![]() | |
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 26 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 44 of file keyvalue.py.
|
static |
Definition at line 35 of file keyvalue.py.
|
static |
Definition at line 38 of file keyvalue.py.
|
static |
Definition at line 32 of file keyvalue.py.
|
static |
Definition at line 41 of file keyvalue.py.