Home
Trees
Indices
Help
Package screenlets
::
Module utils
:: Class IniReader
[
hide private
]
[
frames
] |
no frames
]
Class IniReader
source code
A simple config/ini-reader class. This is only used for reading the theme.conf files yet, thus it only uses string-values. TODO: add writing-functions and let backend use this, too
Instance Methods
[
hide private
]
__init__
(
self
)
source code
list_options
(
self
,
section
=
'
'
)
Return all options (alternatively only from the given section).
source code
get_option
(
self
,
name
,
section
=
'
'
)
Get a variable from the config (optional: only get vars from the specified section).
source code
has_section
(
self
,
name
)
Returns true if the given section exists.
source code
load
(
self
,
filename
)
Load a config/ini-file and save vars in internal list.
source code
Home
Trees
Indices
Help
Generated by Epydoc 3.0beta1 on Sun Mar 16 15:50:36 2008
http://epydoc.sourceforge.net