.oO SearXNG Developer Documentation Oo.
|
Classes | |
class | OnlineCurrencyProcessor |
Functions | |
normalize_name (name) | |
name_to_iso4217 (name) | |
iso4217_to_name (iso4217, language) | |
Variables | |
parser_re = re.compile('.*?(\\d+(?:\\.\\d+)?) ([^.0-9]+) (?:in|to) ([^.0-9]+)', re.I) | |
Processors for engine-type: ``online_currency``
searx.search.processors.online_currency.iso4217_to_name | ( | iso4217, | |
language ) |
Definition at line 29 of file online_currency.py.
Referenced by searx.search.processors.online_currency.OnlineCurrencyProcessor.get_params().
searx.search.processors.online_currency.name_to_iso4217 | ( | name | ) |
Definition at line 21 of file online_currency.py.
References searx.search.processors.online_currency.normalize_name().
Referenced by searx.search.processors.online_currency.OnlineCurrencyProcessor.get_params().
searx.search.processors.online_currency.normalize_name | ( | name | ) |
Definition at line 15 of file online_currency.py.
Referenced by searx.search.processors.online_currency.name_to_iso4217().
searx.search.processors.online_currency.parser_re = re.compile('.*?(\\d+(?:\\.\\d+)?) ([^.0-9]+) (?:in|to) ([^.0-9]+)', re.I) |
Definition at line 12 of file online_currency.py.