segram.utils.settings module
Utilities for managing package options.
- class segram.utils.settings.Settings(**kwds: Any)[source]
Bases:
NamespaceSettings manager for handling multiple option sets.
It support
withstatement, which allow setting temporary values to any option group. Ifdefaultattribute is defined, it is used as a defult key when usingget()without arguments.