Global preferences saver class. Tuned for pybag using (handle
roots).
|
|
|
|
|
|
|
|
|
|
list of str
|
getroots(self,
only_default=False)
Get list of roots name registered in config [root] section. |
source code
|
|
|
|
getrootsbag(self)
Get list of roots bag path registered in config [root] section. |
source code
|
|
|
list or str
|
|
|
list or str
|
|
|
str
|
|
|
|
|
|
str or None
|
|
|
|
|
|
|
getopt(self,
rn,
opt,
create=False,
default=u'')
Get option opt in root name rn. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ConfigParser.SafeConfigParser:
set
Inherited from ConfigParser.SafeConfigParser (private):
_interpolate,
_interpolate_some
Inherited from ConfigParser.ConfigParser:
get,
items
Inherited from ConfigParser.ConfigParser (private):
_interpolation_replace
Inherited from ConfigParser.RawConfigParser:
add_section,
defaults,
getboolean,
getfloat,
getint,
has_option,
has_section,
options,
optionxform,
read,
readfp,
remove_option,
remove_section,
sections,
write
Inherited from ConfigParser.RawConfigParser (private):
_get,
_read
|