• Home
  • Raw
  • Download

Lines Matching defs:section

183     def __init__(self, section):  argument
197 def __init__(self, section, source=None, lineno=None): argument
222 def __init__(self, section, option, source=None, lineno=None): argument
245 def __init__(self, option, section): argument
256 def __init__(self, option, section, msg): argument
266 def __init__(self, option, section, rawval, reference): argument
286 def __init__(self, option, section, rawval): argument
362 def before_get(self, parser, section, option, value, defaults): argument
365 def before_set(self, parser, section, option, value): argument
368 def before_read(self, parser, section, option, value): argument
371 def before_write(self, parser, section, option, value): argument
392 def before_get(self, parser, section, option, value, defaults): argument
397 def before_set(self, parser, section, option, value): argument
405 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
453 def before_get(self, parser, section, option, value, defaults): argument
458 def before_set(self, parser, section, option, value): argument
466 def _interpolate_some(self, parser, option, accum, rest, section, map, argument
527 def before_get(self, parser, section, option, value, vars): argument
547 def before_set(self, parser, section, option, value): argument
648 def add_section(self, section): argument
662 def has_section(self, section): argument
669 def options(self, section): argument
764 def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): argument
801 def _get(self, section, conv, option, **kwargs): argument
804 def _get_conv(self, section, option, conv, *, raw=False, vars=None, argument
815 def getint(self, section, option, *, raw=False, vars=None, argument
820 def getfloat(self, section, option, *, raw=False, vars=None, argument
825 def getboolean(self, section, option, *, raw=False, vars=None, argument
830 def items(self, section=_UNSET, raw=False, vars=None): argument
875 def has_option(self, section, option): argument
889 def set(self, section, option, value=None): argument
933 def remove_option(self, section, option): argument
948 def remove_section(self, section): argument
1136 def _unify_values(self, section, vars): argument
1163 def _validate_value_types(self, *, section="", option="", value=""): argument
1194 def set(self, section, option, value=None): argument
1200 def add_section(self, section): argument