Package sfc :: Package common :: Module ParameterDict
[hide private]
[frames] | no frames]

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.

Classes [hide private]
  ParameterDict
A dictionary with attribute-style access, that maps attribute access to the real dictionary.
Functions [hide private]
 
_test() source code