Index of class methods


A
attrs [Inifiles.inifile]
return all the attibutes of a section

D
delval [Inifiles.inifile]
delete the topmost binding (the one returned by getval) from the section sec.

G
getaval [Inifiles.inifile]
get a value from the config object.
getval [Inifiles.inifile]
get a value from the config object raise Invalid_section, or invalid_element on error.

I
iter [Inifiles.inifile]
iterates across a section.

S
save [Inifiles.inifile]
save the changes you have made optionally save to a different file
sects [Inifiles.inifile]
returns a list of all sections in the file
setval [Inifiles.inifile]
set a value in the config create a new section, and or element if necessary.