Lines Matching refs:list
12 ConfigParser -- responsible for parsing a list of
28 objects for the list of sections, for the options within a section, and
81 Return list of configuration options for the named section.
86 are ignored. Return list of successfully read files.
123 If section is given, return a list of tuples with (name, value) for
124 each option in the section. Otherwise, return a list of tuples with
660 """Return a list of section names, excluding [DEFAULT]"""
662 return list(self._sections.keys())
686 """Return a list of option names for the given section name."""
692 return list(opts.keys())
704 Return list of successfully read files.
848 """Return a list of (name, value) tuples for each option in a section.
866 orig_keys = list(d.keys())
1127 # list of all bogus lines
1140 if isinstance(val, list):