.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.result_types Namespace Reference

Namespaces

namespace  _base
namespace  answer
namespace  code
namespace  keyvalue

Classes

class  EngineResults
class  ResultList

Variables

list __all__

Detailed Description

Typification of the result items generated by the *engines*, *answerers* and
*plugins*.

.. note::

   We are at the beginning of typing the results.  Further typing will follow,
   but this is a very large task that we will only be able to implement
   gradually.  For more, please read :ref:`result types`.

Variable Documentation

◆ __all__

list searx.result_types.__all__
private
Initial value:
1= [
2 "Result",
3 "MainResult",
4 "KeyValue",
5 "EngineResults",
6 "AnswerSet",
7 "Answer",
8 "Translations",
9 "WeatherAnswer",
10 "Code",
11]

Definition at line 15 of file __init__.py.