properties
Configuration API.
The properties module is accessible via the kid module.
Functions
f get(name, default=None) ...
Get the property identified by name if it exists or return default.
name: the name of the property to retrieve default: the value returned for non-existing properties, defaults to None
f set(name, value) ...
The the property identified by name with the value identified by value.
Returns the value passed in.
See the source for more information.