.oO SearXNG Developer Documentation Oo.
|
Classes | |
class | types |
Public Member Functions | |
__init__ (self) | |
add (self, Result|LegacyResult result) | |
Base class of all result lists (abstract).
Definition at line 27 of file __init__.py.
searx.result_types.ResultList.__init__ | ( | self | ) |
Definition at line 42 of file __init__.py.
References __init__().
Referenced by __init__().
searx.result_types.ResultList.add | ( | self, | |
Result | LegacyResult | result ) |
Add a :py:`Result` item to the result list.
Definition at line 46 of file __init__.py.