Searched refs:_parse_list (Results 1 – 1 of 1) sorted by relevance
192 def _parse_list(cls, value, separator=','): member in ConfigHandler220 for line in cls._parse_list(value):405 parse_list = self._parse_list451 parse_list = self._parse_list452 parse_list_semicolon = partial(self._parse_list, separator=';')485 return self._parse_list(value)503 section_options, self._parse_list)521 parsed = self._parse_section_to_dict(section_options, self._parse_list)525 parsed = self._parse_section_to_dict(section_options, self._parse_list)554 parse_list = partial(self._parse_list, separator=';')