Module ParameterDict
source code
Contains the ParameterDict class, useful for defining
recursive dictionaries of parameters and using attribute
syntax for later access.
Some useful features:
- Recursive copy function of parameter subsets
- Recursive update function including parameter subsets
- Recursive indented pretty-print
- Valid parameters are declared as keyword arguments to the constructor,
and assigning to indeclared variables is not allowed.
See help(ParameterDict) for an interactive example.
|
ParameterDict
A dictionary with attribute-style access,
that maps attribute access to the real dictionary.
|