ConfigValue.py¶
- class ConfigValue.ConfigValue(section, param, value, comment)[source]¶
This class represents a config parameter assigned to a particular value It will also store the comment associated with this parameter
- __init__(section, param, value, comment)[source]¶
section = the section the parameter appears in (string) param = the name of the parameter (string) value = the value of the parameter, can be a string or a parsed value (such as a float) comment = a list of the comment lines above this parameter, with the semicolon removed