Searched refs:RawConfigParser (Results 1 – 1 of 1) sorted by relevance
44 class RawConfigParser(configparser.RawConfigParser): class67 return configparser.RawConfigParser.options(self, section)77 return configparser.RawConfigParser.get(self, section, option)87 return configparser.RawConfigParser.items(self, section)118 config = RawConfigParser()