searxng/searx/search/processors
Alexandre Flament 8c1a65d32f [mod] multithreading only in searx.search.* packages
it prepares the new architecture change,
everything about multithreading in moved in the searx.search.* packages

previously the call to the "init" function of the engines was done in searx.engines:
* the network was not set (request not sent using the defined proxy)
* it requires to monkey patch the code to avoid HTTP requests during the tests
2021-05-05 13:12:42 +02:00
..
__init__.py [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
abstract.py [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
offline.py [lint] pylint searx/search/processors files / BTW add some doc-strings 2021-04-27 15:13:39 +02:00
online.py [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
online_currency.py [lint] pylint searx/search/processors files / BTW add some doc-strings 2021-04-27 15:13:39 +02:00
online_dictionary.py [lint] pylint searx/search/processors files / BTW add some doc-strings 2021-04-27 15:13:39 +02:00