Lines Matching defs:section
184 def __init__(self, section): argument
198 def __init__(self, section, source=None, lineno=None): argument
223 def __init__(self, section, option, source=None, lineno=None): argument
246 def __init__(self, option, section): argument
257 def __init__(self, option, section, msg): argument
267 def __init__(self, option, section, rawval, reference): argument
287 def __init__(self, option, section, rawval): argument
363 def before_get(self, parser, section, option, value, defaults): argument
366 def before_set(self, parser, section, option, value): argument
369 def before_read(self, parser, section, option, value): argument
372 def before_write(self, parser, section, option, value): argument
393 def before_get(self, parser, section, option, value, defaults): argument
398 def before_set(self, parser, section, option, value): argument
406 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
454 def before_get(self, parser, section, option, value, defaults): argument
459 def before_set(self, parser, section, option, value): argument
467 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
528 def before_get(self, parser, section, option, value, vars): argument
548 def before_set(self, parser, section, option, value): argument
649 def add_section(self, section): argument
663 def has_section(self, section): argument
670 def options(self, section): argument
765 def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): argument
802 def _get(self, section, conv, option, **kwargs): argument
805 def _get_conv(self, section, option, conv, *, raw=False, vars=None, argument
816 def getint(self, section, option, *, raw=False, vars=None, argument
821 def getfloat(self, section, option, *, raw=False, vars=None, argument
826 def getboolean(self, section, option, *, raw=False, vars=None, argument
831 def items(self, section=_UNSET, raw=False, vars=None): argument
877 def has_option(self, section, option): argument
891 def set(self, section, option, value=None): argument
935 def remove_option(self, section, option): argument
950 def remove_section(self, section): argument
1139 def _unify_values(self, section, vars): argument
1166 def _validate_value_types(self, *, section="", option="", value=""): argument
1197 def set(self, section, option, value=None): argument
1203 def add_section(self, section): argument