Trees Indices Help
Python Standard Library
Module ConfigParser :: Class SafeConfigParser
[]

_ClassType SafeConfigParser

RawConfigParser --+ 
 | 
 ConfigParser --+
 |
 SafeConfigParser

Instance Methods [hide private]
_interpolate(self, section, option, rawval, vars)
_interpvar_match(...)
match(string[, pos[, endpos]]) --> match object or None.
_interpolate_some(self, option, accum, rest, section, map, depth)
set(self, section, option, value)
Set an option.

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

Class Variables [hide private]

Inherited from ConfigParser (private): _KEYCRE

Inherited from RawConfigParser : OPTCRE , SECTCRE

Inherited from RawConfigParser (private): _boolean_states

Method Details [hide private]

_interpolate(self, section, option, rawval, vars)

Overrides: ConfigParser._interpolate

_interpvar_match(...)

match(string[, pos[, endpos]]) --> match object or None. Matches zero or more characters at the beginning of the string

set(self, section, option, value)

Set an option. Extend ConfigParser.set: check for string values.

Overrides: RawConfigParser.set

Trees Indices Help
Python Standard Library

AltStyle によって変換されたページ (->オリジナル) /