python-ini
… powered by
Python APG
|
A demonstration of specifying default values for missing section or key names. More...
Go to the source code of this file.
Namespaces | |
defaults | |
Variables | |
string | defaults.title |
string | defaults.ini_file |
defaults.ini = IniFile() | |
defaults.fstr | |
string | defaults.key = 'non-existant' |
defaults.values = ini.get_values(key, default=100) | |
defaults.end | |
string | defaults.section = 'SECTION.1' |
A demonstration of specifying default values for missing section or key names.
Definition in file defaults.py.