pcvs.backend.config module
A configuration dictionary with additional feature.
- class pcvs.backend.config.Config(d={})[source]
Bases:
dictA ‘Config’ is a dict used to manage all configuration fields.
While it can contain arbitrary data, the whole PCVS configuration is composed of 5 distinct ‘categories’, each being a single Config. These are then gathered in a
MetaConfigobject.Init the object.
- Parameters:
d (
dict) – items of the configuration