|
.oO SearXNG Developer Documentation Oo.
|
Public Member Functions | |
| info (self) | |
| list[BaseAnswer] | answer (self, str query) |
Additional Inherited Members | |
| Static Public Attributes inherited from searx.answerers._core.Answerer | |
| list | keywords [str] |
Statistics functions
Definition at line 28 of file statistics.py.
| list[BaseAnswer] searx.answerers.statistics.SXNGAnswerer.answer | ( | self, | |
| str | query ) |
Function that returns a list of answers to the question/query.
Reimplemented from searx.answerers._core.Answerer.
Definition at line 42 of file statistics.py.
| searx.answerers.statistics.SXNGAnswerer.info | ( | self | ) |
Information about the *answerer*, see :py:obj:`AnswererInfo`.
Reimplemented from searx.answerers._core.Answerer.
Definition at line 33 of file statistics.py.
References searx.answerers._core.Answerer.keywords, and searx.answerers._core.AnswererInfo.keywords.