Go to the source code of this file.
|
| searx.botdetection.config.set_global_cfg (Config cfg) |
Config | searx.botdetection.config.get_global_cfg () |
| searx.botdetection.config.toml_load (file_name) |
| searx.botdetection.config.value (str name, dict data_dict) |
tuple[bool, list[str]] | searx.botdetection.config.validate (dict[str, typing.Any] schema_dict, dict[str, typing.Any] data_dict, dict[str, str] deprecated) |
typing.Tuple[bool, typing.List] | searx.botdetection.config._validate (typing.List names, typing.List issue_list, typing.Dict schema_dict, typing.Dict data_dict, typing.Dict[str, str] deprecated) |
| searx.botdetection.config.dict_deepupdate (dict base_dict, dict upd_dict, names=None) |