Searched refs:RawConfigParser (Results 1 – 1 of 1) sorted by relevance
46 class RawConfigParser(configparser.RawConfigParser): class60 return configparser.RawConfigParser.options(self, section)72 return configparser.RawConfigParser.items(self, section)108 self.config = config if config else RawConfigParser()