.oO SearXNG Developer Documentation Oo.
|
Additional Inherited Members | |
Public Member Functions inherited from searx.result_types._base.Result | |
normalize_result_fields (self) | |
__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 inherited from searx.result_types._base.Result | |
str | url = None |
str | template = "default.html" |
str | engine = "" |
urllib | parsed_url = None |
Base class of all answer types. It is not intended to build instances of this class (aka *abstract*).