Lines Matching defs:option
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
326 def get(self, section, option): 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
590 def get(self, section, option, 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