Configuration files

The Config type

Config.__iter__()
The Config class has an iterator which can be used to loop through all the entries in the configuration. Each element is a tuple containing the name and the value of each configuration variable. Be aware that this may return multiple versions of each entry if they are set multiple times in the configuration files.

The Config Mapping interface.

Table Of Contents

Previous topic

Merge

Next topic

Remotes

This Page