.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.result_types.answer.BaseAnswer Class Reference
+ Inheritance diagram for searx.result_types.answer.BaseAnswer:
+ Collaboration diagram for searx.result_types.answer.BaseAnswer:

Additional Inherited Members

- Public Member Functions inherited from searx.result_types._base.Result
 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)
 
- Static Public Attributes inherited from searx.result_types._base.Result
str url = None
 
str template = "default.html"
 
str engine = ""
 
urllib parsed_url = None
 

Detailed Description

Base class of all answer types.  It is not intended to build instances of
this class (aka *abstract*).

Definition at line 36 of file answer.py.


The documentation for this class was generated from the following file: