.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
__hash__ (self) | |
![]() | |
normalize_result_fields (self) | |
__post_init__ (self) | |
int | __hash__ (self) |
__eq__ (self, other) | |
__setitem__ (self, field_name, value) | |
__getitem__ (self, field_name) | |
__iter__ (self) | |
as_dict (self) | |
Public Attributes | |
answer | |
Additional Inherited Members | |
![]() | |
str | url = None |
str | template = "default.html" |
str | engine = "" |
urllib | parsed_url = None |
Simple answer type where the *answer* is a simple string with an optional :py:obj:`url field <Result.url>` field to link a resource (article, map, ..) related to the answer.
searx.result_types.answer.Answer.__hash__ | ( | self | ) |
The hash value of field *answer* is the hash value of the :py:obj:`Answer` object. :py:obj:`Answer <Result.__eq__>` objects are equal, when the hash values of both objects are equal.
Definition at line 83 of file answer.py.