section_adaptors
Full name: ase2sprkkr.common.section_adaptors
Module class hierarchy

Description
When the data are validated, there can be need for merge two data sources: the old section and the newly set data. This classes handles the issue.
Classes
|
This class returns a read-only dict-like class that merge values from a dict (e.g. newly parsed data) and from the a section. |
|
This class returns a read-only dict-like class that merge values from a dict (e.g. newly parsed data) and from the definition of a section. |
|
This class wraps a container to behave as a read-only dict with some other "addons" It is used during validation of a container. |