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 (str|pathlib.Path file_name) |
| searx.botdetection.config.value (str name, dict[str, typing.Any] data_dict) |
tuple[bool, list[SchemaIssue]] | searx.botdetection.config.validate (dict[str, typing.Any] schema_dict, dict[str, typing.Any] data_dict, dict[str, str] deprecated) |
tuple[bool, list[SchemaIssue]] | searx.botdetection.config._validate (list[str] names, list[SchemaIssue] issue_list, dict[str, typing.Any] schema_dict, dict[str, typing.Any] data_dict, dict[str, str] deprecated) |
| searx.botdetection.config.dict_deepupdate (dict[str, typing.Any] base_dict, dict[str, typing.Any] upd_dict, list[str]|None names=None) |