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

Namespaces

namespace  _base
 
namespace  answer
 

Classes

class  EngineResults
 
class  ResultList
 

Variables

list __all__ = ["Result", "EngineResults", "AnswerSet", "Answer", "Translations"]
 

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__ = ["Result", "EngineResults", "AnswerSet", "Answer", "Translations"]
private

Definition at line 16 of file __init__.py.