Trees | Indices | Help |
|
---|
RawConfigParser --+ | ConfigParser --+ | SafeConfigParser
Inherited from ConfigParser
:
get
,
items
Inherited from ConfigParser
(private):
_interpolation_replace
Inherited from RawConfigParser
:
__init__
,
add_section
,
defaults
,
getboolean
,
getfloat
,
getint
,
has_option
,
has_section
,
options
,
optionxform
,
read
,
readfp
,
remove_option
,
remove_section
,
sections
,
write
Inherited from RawConfigParser
(private):
_get
,
_read
Inherited from ConfigParser
(private):
_KEYCRE
Inherited from RawConfigParser
:
OPTCRE
,
SECTCRE
Inherited from RawConfigParser
(private):
_boolean_states
match(string[, pos[, endpos]]) --> match object or None. Matches zero or more characters at the beginning of the string
Set an option. Extend ConfigParser.set: check for string values.
Trees | Indices | Help |
|
---|