__getitem__(self, str key) | searx.botdetection.config.Config | |
__init__(self, dict[str, typing.Any] cfg_schema, dict[str, str] deprecated) | searx.botdetection.config.Config | |
_get_parent_dict(self, name) | searx.botdetection.config.Config | protected |
cfg | searx.botdetection.config.Config | |
cfg_schema | searx.botdetection.config.Config | |
default(self, str name) | searx.botdetection.config.Config | |
deprecated | searx.botdetection.config.Config | |
from_toml(cls, pathlib.Path schema_file, pathlib.Path cfg_file, dict[str, str] deprecated) | searx.botdetection.config.Config | |
get(self, str name, typing.Any default=UNSET, bool replace=True) | searx.botdetection.config.Config | |
path(self, str name, default=UNSET) | searx.botdetection.config.Config | |
pyobj(self, name, default=UNSET) | searx.botdetection.config.Config | |
set(self, str name, val) | searx.botdetection.config.Config | |
UNSET | searx.botdetection.config.Config | static |
update(self, dict upd_cfg) | searx.botdetection.config.Config | |
validate(self, dict[str, typing.Any] cfg) | searx.botdetection.config.Config | |