|
.oO SearXNG Developer Documentation Oo.
|
Go to the source code of this file.
Classes | |
| class | searx.wikidata_units.Beaufort |
Namespaces | |
| namespace | searx |
| namespace | searx.wikidata_units |
Functions | |
| float | searx.wikidata_units.convert_from_si (str si_name, str symbol, float|int value) |
| float | searx.wikidata_units.convert_to_si (str si_name, str symbol, float|int value) |
| searx.wikidata_units.units_by_si_name (si_name) | |
| searx.wikidata_units.symbol_to_si () | |
| searx.wikidata_units.fetch_units () | |
Variables | |
| list | searx.wikidata_units.__all__ = ["convert_from_si", "convert_to_si", "symbol_to_si"] |
| list | searx.wikidata_units.ADDITIONAL_UNITS |
| dict | searx.wikidata_units.ALIAS_SYMBOLS |
| list | searx.wikidata_units.SYMBOL_TO_SI = [] |
| dict | searx.wikidata_units.UNITS_BY_SI_NAME = {} |
| int | searx.wikidata_units.pos_symbol = 0 |
| int | searx.wikidata_units.pos_si_name = 1 |
| int | searx.wikidata_units.pos_from_si = 2 |
| int | searx.wikidata_units.pos_to_si = 3 |
| str | searx.wikidata_units.SARQL_REQUEST |