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

Classes

class  KeyValue
 

Variables

list __all__ = ["KeyValue"]
 

Detailed Description

Typification of the *keyvalue* results.  Results of this type are rendered in
the :origin:`keyvalue.html <searx/templates/simple/result_templates/keyvalue.html>`
template.

----

.. autoclass:: KeyValue
   :members:
   :show-inheritance:

Variable Documentation

◆ __all__

list searx.result_types.keyvalue.__all__ = ["KeyValue"]
private

Definition at line 18 of file keyvalue.py.