settngs/tests
Timmy Welch d2326eadb9
Add support for persistent setting groups
Persistent setting groups allow settings that are not declared to
 survive normalization and other operations that would normally remove
 any unknown keys in a group.

Calling normalize or get_namespace with persistent=False will remove
 unknown keys even from persistent groups.

Currently the only way to retrieve the defaults for a config and
 preserve unknown keys is to manually get the defaults and update each
 existing group with the default values.
2023-01-31 19:18:09 -08:00
..
__init__.py Initial Commit 2022-12-14 20:57:57 -08:00
settngs_test.py Add support for persistent setting groups 2023-01-31 19:18:09 -08:00