adelie.configs.set_configs#
- adelie.configs.set_configs(name: str, value=None)[source]#
Sets global configurations.
See
adelie.adelie_core.configs.Configs
to inspect the configuration variables.- Parameters:
- namestr
Configuration variable name.
- valueoptional
Value to assign to the configuration variable. If
None
, the system default value is used. Default isNone
.
See also