.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Namespaces | |
namespace | searx |
namespace | searx.search |
namespace | searx.search.processors |
namespace | searx.search.processors.online_dictionary |
Functions | |
FromToType|None | searx.search.processors.online_dictionary._get_lang_descr (str lang) |
Variables | |
searx.search.processors.online_dictionary.search_syntax = re.compile(r".*?([a-z]+)-([a-z]+) (.+)$", re.I) | |
t | searx.search.processors.online_dictionary.FromToType = tuple[bool, str, str] |