|
.oO SearXNG Developer Documentation Oo.
|
This is the complete list of members for searx.result_types.answer.Answer, including all inherited members.
| __eq__(self, object other) | searx.result_types._base.Result | |
| __getitem__(self, str field_name) | searx.result_types._base.Result | |
| __hash__(self) | searx.result_types.answer.Answer | |
| __iter__(self) | searx.result_types._base.Result | |
| __post_init__(self) | searx.result_types._base.Result | |
| __setitem__(self, str field_name, t.Any value) | searx.result_types._base.Result | |
| __struct_fields__ | searx.result_types._base.Result | private |
| answer | searx.result_types.answer.Answer | |
| as_dict(self) | searx.result_types._base.Result | |
| defaults_from(self, "Result" other) | searx.result_types._base.Result | |
| engine | searx.result_types._base.Result | static |
| filter_urls(self, "Callable[[Result | LegacyResult, str, str], str | bool]" filter_func) | searx.result_types._base.Result | |
| normalize_result_fields(self) | searx.result_types._base.Result | |
| parsed_url | searx.result_types._base.Result | static |
| template | searx.result_types._base.Result | static |
| url | searx.result_types._base.Result | static |