Lines Matching defs:section
193 def __init__(self, section): argument
207 def __init__(self, section, source=None, lineno=None): argument
232 def __init__(self, section, option, source=None, lineno=None): argument
255 def __init__(self, option, section): argument
266 def __init__(self, option, section, msg): argument
276 def __init__(self, option, section, rawval, reference): argument
296 def __init__(self, option, section, rawval): argument
383 def before_get(self, parser, section, option, value, defaults): argument
386 def before_set(self, parser, section, option, value): argument
389 def before_read(self, parser, section, option, value): argument
392 def before_write(self, parser, section, option, value): argument
413 def before_get(self, parser, section, option, value, defaults): argument
418 def before_set(self, parser, section, option, value): argument
426 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
474 def before_get(self, parser, section, option, value, defaults): argument
479 def before_set(self, parser, section, option, value): argument
487 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
686 def add_section(self, section): argument
700 def has_section(self, section): argument
707 def options(self, section): argument
794 def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): argument
831 def _get(self, section, conv, option, **kwargs): argument
834 def _get_conv(self, section, option, conv, *, raw=False, vars=None, argument
845 def getint(self, section, option, *, raw=False, vars=None, argument
850 def getfloat(self, section, option, *, raw=False, vars=None, argument
855 def getboolean(self, section, option, *, raw=False, vars=None, argument
860 def items(self, section=_UNSET, raw=False, vars=None): argument
906 def has_option(self, section, option): argument
920 def set(self, section, option, value=None): argument
973 def remove_option(self, section, option): argument
988 def remove_section(self, section): argument
1178 def _unify_values(self, section, vars): argument
1205 def _validate_value_types(self, *, section="", option="", value=""): argument
1236 def set(self, section, option, value=None): argument
1242 def add_section(self, section): argument