Lines Matching defs:section
142 def __init__(self, section): argument
150 def __init__(self, section): argument
158 def __init__(self, option, section): argument
168 def __init__(self, option, section, msg): argument
177 def __init__(self, option, section, rawval, reference): argument
195 def __init__(self, option, section, rawval): argument
253 def add_section(self, section): argument
267 def has_section(self, section): argument
274 def options(self, section): argument
326 def get(self, section, option): argument
342 def items(self, section): argument
355 def _get(self, section, conv, option): argument
358 def getint(self, section, option): argument
361 def getfloat(self, section, option): argument
367 def getboolean(self, section, option): argument
376 def has_option(self, section, option): argument
388 def set(self, section, option, value=None): argument
416 def remove_option(self, section, option): argument
431 def remove_section(self, section): argument
590 def get(self, section, option, raw=False, vars=None): argument
625 def items(self, section, raw=False, vars=None): argument
657 def _interpolate(self, section, option, rawval, vars): argument
688 def _interpolate(self, section, option, rawval, vars): argument
696 def _interpolate_some(self, option, accum, rest, section, map, depth): argument
734 def set(self, section, option, value=None): argument