Lines Matching defs:section
185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
373 def before_write(self, parser, section, option, value): argument
394 def before_get(self, parser, section, option, value, defaults): argument
399 def before_set(self, parser, section, option, value): argument
407 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
455 def before_get(self, parser, section, option, value, defaults): argument
460 def before_set(self, parser, section, option, value): argument
468 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
538 def before_get(self, parser, section, option, value, vars): argument
558 def before_set(self, parser, section, option, value): argument
664 def add_section(self, section): argument
678 def has_section(self, section): argument
685 def options(self, section): argument
781 def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): argument
818 def _get(self, section, conv, option, **kwargs): argument
821 def _get_conv(self, section, option, conv, *, raw=False, vars=None, argument
832 def getint(self, section, option, *, raw=False, vars=None, argument
837 def getfloat(self, section, option, *, raw=False, vars=None, argument
842 def getboolean(self, section, option, *, raw=False, vars=None, argument
847 def items(self, section=_UNSET, raw=False, vars=None): argument
893 def has_option(self, section, option): argument
907 def set(self, section, option, value=None): argument
954 def remove_option(self, section, option): argument
969 def remove_section(self, section): argument
1158 def _unify_values(self, section, vars): argument
1185 def _validate_value_types(self, *, section="", option="", value=""): argument
1216 def set(self, section, option, value=None): argument
1222 def add_section(self, section): argument